charts

Create Chart

Create a new chart.

post/api/v1/charts/create

Request body

titlestring required
descriptionstring nullable
indexinteger nullable
chart_type'line' | 'bar' required

Enum for custom chart types.

section_idstring uuid nullable
metadataobject nullable

Response

Successful Response

idstring uuid required
titlestring required
descriptionstring nullable
indexinteger required
chart_type'line' | 'bar' required

Enum for custom chart types.

section_idstring uuid required
metadataobject nullable

Changes

No recorded changes to this endpoint across all 48 revisions of this API.