cURL
curl --request PATCH \ --url http://localhost:8080/api/v1/tags/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "name": "<string>" }, "type": "<string>" } } '
{ "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" }
Update an existing tag’s information
Tag ID
Updated tag information
Tag input model
Show child attributes
OK
Tag response model
Was this page helpful?