curl --location --request PATCH 'https://api.rapidagent.ai/api/v1/tags/{tagId}' \ --header 'Content-Type: application/json' \ --header 'Autorization: Bearer <token>' \ --data-raw '{ "name": "My patched tag", "color": "#FFFFFF" }'
{ "success": true, "data": { "id": "cli28c2vd00016itbrlhekwql", "name": "My patched tag", "color": "#FFFFFFF", ... } }
Patch a tag.
Documentation IndexFetch the complete documentation index at: https://docs.rapidagent.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rapidagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
tag