# Update the operation (Support status update as of now) This API allows updating the status of a specific operation by providing the operation ID. Endpoint: PUT /v0/operations/{operationId}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `operationId` (string, required) The ID of the operation to update (Put created operationId here) Example: "5743470f-7dcc-4a92-8a4b-f41b1cea69ed" ## Request fields (application/json): - `state` (string) The new status of the operation Enum: "FAILED", "CANCELLED", "TIMEOUT", "SCHEDULED" ## Response 200 fields (application/json): - `operationId` (string) The ID of the updated operation - `status` (string) The updated status of the operation