Skip to main content

Update Tag

PUT/v1/tags/:id

Properties

NameTypeRequiredDescription
idstringID of the tag

Example

/v1/tags/:id

CURL Example

curl -X PUT "https://api-integrations.snackprompt.com/v1/tags/:id" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"title":"Frontend","color":"#353232","description":"Itens from the company frontends"}'