v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Clients
Enterprise

Notifies the API of a management operation ending

Endpoint for clients to end a management operation and mark the completed time.

Note: caller must be a client. For users, this endpoint will return a 403 as they are not expected or allowed to call this endpoint.

post/api/v2/clients/management/end

Request body

operation_idstring uuid required
status'succeeded' | 'failed' | 'canceled' required

Response

OK