Update specific chart properties.
Allows for partial metadata updates (via JSON merge patch). Requires scope chart:write.
patch/charts/{id}
Path parameters
idstring required
5 character long chart ID.
Request body
Example request
{
"title": "My cool chart",
"theme": "datawrapper",
"type": "d3-lines"
}Response
Successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.