Update a tag
Updates the specified tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/tags/{id}
JWT
tag:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the tag. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| description | string | Description for the tag. | min: 1, max: 256 |
Request Example
Responses
200
400
401
403
404
429
500