Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location --request POST 'https://api.explo.co/api/rename_group_tag/' \ --header 'Content-Type: application/json' \ --header 'Explo-Authorization: Token <token>' \ --data-raw '{ "name": "tag", "new_name": "new tag" }'
{ "success": 1, "group_tag": { "name": "new tag" } }
Show Toggle object