Skip to content

Update notification state for regions or working groups.

PATCH
/api/notifications/regions

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
[
{
"id": 0,
"notifyByEmailAboutNewThreads": false
}
]

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python