Update Tag
PATCH {{baseUrl}}/api/tags/:id/
Update the tag with the given tag ID.
Only a tag's name
can be changed. A tag cannot be moved from one tag group to another.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
tags:write
Request Body
{"data"=>{"type"=>"tag", "id"=>"<string>", "attributes"=>{"name"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |