Skip to main content
PATCH
Replace the tags on an existing job. Tag values follow the same rules as TriggerRequest.tags (≤20 entries × ≤64 chars, alphanumeric + _-:, deduped). Pass tags: [] to clear them entirely. The rest of params is preserved.

Path parameters

string (uuid)
required

Request body

UpdateJobTagsRequest
string[]
required
Replacement tag list. Pass an empty array to clear tags. Same per-tag rules as TriggerRequest.tags.

Response

JobTagsResponse
string
required
string[]
required

Status codes