Data Color
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all environments data color themes
Required API key scopes
project:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /data_color_themesExample response
Status 200
RESPONSE
Create environments data color themes
Required API key scopes
project:writePath parameters
- environment_idstring
Request parameters
- namestring
- colors
Response
Example request
POST /api /environments /:environment_id /data_color_themesExample response
Status 201
RESPONSE
Retrieve environments data color themes
Required API key scopes
project:readPath parameters
- environment_idstring
- idinteger
Response
Example request
GET /api /environments /:environment_id /data_color_themes /:idExample response
Status 200
RESPONSE
Update environments data color themes
Required API key scopes
project:writePath parameters
- environment_idstring
- idinteger
Request parameters
- namestring
- colors
Response
Example request
PATCH /api /environments /:environment_id /data_color_themes /:idExample response
Status 200
RESPONSE
Delete environments data color themes
Required API key scopes
project:writePath parameters
- environment_idstring
- idinteger
Example request
DELETE /api /environments /:environment_id /data_color_themes /:idExample response
Status 204 No response body
List all data color themes
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
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
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
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
Required API key scopes
project:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /data_color_themes /:id