Task Runs
Update Task Run
Updates a task run.
patch/api/task_runs/{id}
Path parameters
idstring uuid required
The task run id
The task run id
Headers
x-prefect-api-versionstring
Request body
Example request
{
"name": "my-task-run"
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 50 revisions of this API.