cURL
curl --request PUT \ --url http://api.globalwebindex.com/v1/charts/{id}/rename \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "code": 123, "message": "<string>" }
Rename a chart.
Documentation IndexFetch the complete documentation index at: https://api.globalwebindex.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api.globalwebindex.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
JWT token for authentication
Chart id.
Rename chart.
OK
Was this page helpful?