cURL
curl --request PATCH \ --url https://api4.kinbox.com.br/v1/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>", "privacy": { "type": "private", "groupIds": [ "<string>" ], "userId": "<string>" } } '
{ "id": "<string>", "name": "<string>", "color": "<string>", "privacy": { "type": "private", "groupIds": [ "<string>" ], "userId": "<string>" }, "authorId": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name must be unique by workspace
Show child attributes
User id that created the tag