cURL
curl --request PATCH \ --url https://app.kosli.com/api/v2/tags/{org}/{resource_type}/{resource_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "set_tags": {}, "remove_tags": [ "<string>" ] } '
{ "message": "<string>", "errors": {} }
Patch tags for resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dictionary of key-value tags to be added or updated
List of tag keys to be removed
Successful Response
Was this page helpful?