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
Default
null
Pattern
"0|1"
Request Body
application/json
JSON
{
"ids": [
0
]
}
Responses
Bells were successfully marked or already had that status.