cURL
curl --request PATCH \ --url https://api.example.com/tags/{tag_id} \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": "<string>", "name": "<string>", "color": "<string>" }
Update an existing tag.
Model for updating existing tags with validation.
1 - 50
Hex color code
Successful Response
Model for reading tag data with validation.
Was this page helpful?