Skip to main content
PUT
/
v1
/
charts
/
{id}
/
rename
v1 Rename Chart
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.

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string
required

Chart id.

Body

application/json

Rename chart.

name
string

Response

OK

I