Skip to content

Makes sure that one or more bells are marked as unread/read. Bells that were already marked with that status will not be altered.

PATCH
/api/bells/readStatus

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

read

Whether the bell is read

Typestring
Defaultnull
Pattern"0|1"

Request Body

application/json
JSON
{
"ids": [
0
]
}

Responses

Bells were successfully marked or already had that status.

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python