client.scripts.patch_python3_runs
A method of the Scripts endpoint.
- patch_python3_runs(id: int, run_id: int, *, error: str = None) Response
Update the given run
API URL:
PATCH /scripts/python3/{id}/runs/{run_id}import civis client = civis.APIClient() response = client.scripts.patch_python3_runs(...)
- Parameters:
- idint
ID of the Job
- run_idint
ID of the Run
- errorstr, optional
The error message to update
- Returns:
- None
Response code 204: success