Mark all operations as read
POSThttps://core-pl.ocplanet.cloud/backend/api/operations/mark_all_as_read
Host: https://core.ocplanet.cloud
Mark all as read
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
{
"detail": "string"
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://core-pl.ocplanet.cloud/backend/api/operations/mark_all_as_read' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear