curl -X PUT -H 'Content-Type: application/json' \ -H 'X-Curto-Api-Key: <your_key>' \ -d '{ "label": "A Label", "color": "red" }' \ https://api.curto.io/v1/tags/<tag_id>
{ "data": { "id": "<tag_id>", "label": "A Label", "color": "red" }, "status": "OK" }
Esse endpoint atualiza uma Tag
Documentation IndexFetch the complete documentation index at: https://docs.curto.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.curto.io/llms.txt
Use this file to discover all available pages before exploring further.
Show Tag Object