Aurion Docs
Api

Bulk Toggle Support

Bulk toggle support_enabled for multiple requesters. Limited to 100 requesters per request for performance.

POST
/api/v1/configuration/requesters/bulk-support

Bulk toggle support_enabled for multiple requesters.

Limited to 100 requesters per request for performance.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/configuration/requesters/bulk-support" \  -H "Content-Type: application/json" \  -d '{    "requester_ids": [      "string"    ],    "support_enabled": true  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}