Update a tag
patch
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
tagIdstringRequired
The ID of the tag.
Body
descriptionstringOptional
Responses
200
Successful Response
application/json
messagestringOptional
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
patch
/v1/agents/{agentId}/tags/{tagId}Last updated