Api
Bulk Update Notifications
Bulk enable/disable notifications for selected users.
Bulk enable/disable notifications for selected users.
AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/configuration/notifications/bulk-update" \ -H "Content-Type: application/json" \ -d '{ "enabled": true, "ids": [ "string" ] }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}