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"=>"abcd1234-ef56-gh78-ij90-abcdef123456", "attributes"=>{"name"=>"My Tag"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"type":"tag","id":"abcd1234-ef56-gh78-ij90-abcdef123456","attributes":{"name":"My Tag"},"links":{"self":"http://eGVnfHyXqVAWuBDEAlrhpICjyLSS.ajMYdx1WefnPUn,5N"}}}