Skip to content

Sets which dashboard activities should be deactivated for the current user.

PATCH
/api/activities/filters

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"excluded": [
{
"id": 0,
"index": "string"
}
]
}

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python