Skip to main content
POST
Set project color

Description

Changes the color of the project card on the projects list dashboard using the projectId set on the url.

Payload

where: The body is only a string with the hex color without the # character.

Response

200 OK

where:
  • projectId: Project identifier.
  • color: Color set without #.

400 Bad Request

Value is not a string.

401 Unauthorized

The user doesn’t have permissions.

500 Internal Server Error

Error occurred while processing the request.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Body

application/json

The body is of type object.

Response

Set project color

The response is of type object.