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>" }'
This response does not have an example.
Rename a chart.
JWT token for authentication
Chart id.
Rename chart.
OK
Was this page helpful?