Block aggregate definition
PUT/v1/public/aggregates/definitions/:definitionId/block
Block aggregate definition
Request
Path Parameters
definitionId stringrequired
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Blocks the specified aggregate definition.
- application/json
- Schema
- Example (from schema)
Schema
blocked booleanrequired
{
"blocked": true
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user is not authenticated.
Forbidden. This error will occur if calling user does not have access right for the API.
Not found. The server cannot find the requested resource.
A server error occurred. Check the logs for more details.
Loading...