Create Chart Theme
Create a new chart theme.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the theme.
content
The theme fields.
Response
This endpoint returns an object.
rid
Unique resource identifier for the theme.
name
The name of the theme as defined by the user.
createdBy
The rid of the user who first created the theme.
createdAt
The time the theme was created.
content
Specifies the chart theme styling (e.g. font, legends, axes)
updatedBy
The rid of the user who last updated the theme.
updatedAt
The rid of the user who last updated the theme.