Skip to main content

Update a project

PATCH v1/projects/{:projectId}

Allows the update of a project data.

Path Parameters

NameTypeDescriptionRequiredDefault
projectIdstring (uuid)Project internal identifierYes-

Request Body Parameters

{
name?: string (max 180)
status?: <ProjectStatus>
color?: <ProjectColors>
external_id: string (max 180)
}

NameTypeDescriptionRequiredDefault
namestringProject nameNo-
colorProjectColorsProject colorNogray
statusProjectStatusProject statusNoTO_DO
external_idstringExternal reference to the projectNo-

Response

{
"status": 201,
"value": {
"message": "string",
"status": 201,
"data": {
"projectId": "string",
"external_id": "string"
}
}
}
NameTypeDescriptionRequiredDefault
messagestringMessage of the responseYes-
statusnumberStatus of the responseYes201

Data

NameTypeDescriptionRequiredDefault
projectIdstring (uuid)Project internal identifierYes-
external_idstringExternal reference to the projectNo-