Trigger a new aggregate creation job.
POST/v1/public/catalogs/:catalogId/models/:modelId/aggregates-creation/execute
Trigger a new aggregate creation job.
Request
Path Parameters
catalogId stringrequired
The Catalog ID for which you want to trigger a new job.
modelId stringrequired
The Model ID for which you want to trigger a new job.
Header Parameters
Authorization string
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
{
"success": 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...