Patch an action run
PATCH/v1/actions/runs/:run_id
This route allows you to patch an action run's details. This can be used to update the run's status & label, and add links to it (e.g. external logs of the job runner).
To learn more about action runs, check out the documentation.
Requestโ
Responsesโ
- 200
- 404
- 422
- 500
Patched successfully.
One of the following errors occurred:
Error | Description |
---|---|
not_found | The action run with the provided identifier was not found |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
run_synchronized_error | Cannot manually change status of a synchronized action run |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |