Runs
Update a run
This endpoint allows updating the public visibility status and tags of a run. The isPublic
field can be set to true or false to change the run's visibility. The tags
field can be updated with an array of strings or set to null to remove all tags.
PATCH
/v1/runs/id
Accepted Keys:
isPublic
tags
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Request Body
Property | Type | Description |
---|---|---|
isPublic | boolean | |
tags | array |
Responses
200
Successful update
400
Invalid input