Set project color
Build / Create/Logic/Option/Design
Set project color
Description
Changes the color of the project card on the projects list dashboard using the projectId set on the url.
Payload
"string"
where:
The body is only a string with the hex color without the # character.
Response
200 OK
{
"projectId": "string",
"color": "string"
}
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.
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
# character.
Response
200 OK
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.