Sets the read status of one or more bells as unread/read
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
isRead*
Typeinteger
RequiredMaximum
1Minimum
0Request Body
application/json
JSON
{
"ids": [
0
]
}
Responses
Bells were successfully marked or already had that status.