Unblock aggregate definition
PUT/v1/public/aggregates/definitions/:definitionId/unblock
Unblock aggregate definition
Request
Path Parameters
definitionId stringrequired
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Unblocks the specified aggregate definition.
- application/json
- Schema
- Example (from schema)
Schema
unblocked booleanrequired
{
"unblocked": 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...