Bulk Enable Login
AC14: Bulk toggle login_enabled for multiple requesters.
AC14: Bulk toggle login_enabled for multiple requesters.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/configuration/requesters/bulk-enable-login" \ -H "Content-Type: application/json" \ -d '{ "login_enabled": true, "requester_ids": [ "string" ] }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}