Data Color
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all data color themes list
Required API key scopes
project:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /data_color_themesExample response
Status 200
RESPONSE
Create data color themes create
Required API key scopes
project:writePath parameters
- project_idstring
Request parameters
- namestring
- colors
Response
Example request
POST /api /projects /:project_id /data_color_themesExample response
Status 201
RESPONSE
Retrieve data color themes retrieve
Required API key scopes
project:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /data_color_themes /:idExample response
Status 200
RESPONSE
Update data color themes update
Required API key scopes
project:writePath parameters
- idinteger
- project_idstring
Request parameters
- namestring
- colors
Response
Example request
PATCH /api /projects /:project_id /data_color_themes /:idExample response
Status 200
RESPONSE
Delete data color themes destroy
Required API key scopes
project:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /data_color_themes /:id