Aurion Docs
Api

Bulk Update Notifications

Bulk enable/disable notifications for selected users.

POST
/api/v1/configuration/notifications/bulk-update

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"
    }
  ]
}