Skip to content
Affinect Docs
Search
K
Main Navigation
Home
Website
Appearance
Menu
Return to top
Update tag
PUT
/organization/v1/tags/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Tag ID
Type
string
Required
Format
"uuid"
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
,
"color"
:
"#004dff"
}
Responses
200
401
404
422
Tag updated
PUT
/organization/v1/tags/{id}
Samples