Skip to main content

Updating the Title

Want to update specific chart's titles? You can do it here.

Path Parameters
id number REQUIRED

Chart id

Example: 1
Request Body REQUIRED
title string REQUIRED

Chart title

Responses
200

Success message

Schema
message string
403

You don't have permission to access this chart.

404

No chart was found.

ChartController_setTitle
PUT /v1/chart/:id/title
id — path
Body
Loading...
https://api.plotset.com
curl -L -X PUT 'https://api.plotset.com/v1/chart/:id/title' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'