Update execution
PUT/api/v1/executions/:executionId
Update fields on an existing execution record. Returns 409 on a version conflict.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Execution updated successfully
Validation error
Authentication required
Execution not found or does not belong to the authenticated user
Version conflict; execution has been modified since the client last read it
Server error