Project
Update Project Phase
WRITE
access to the PROJECT
module is required to access this endpointPUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the project phase to edit
Body
application/json
Project Phase object
The default project phase schema which contains all of these fields
Name of the project phase
Example:
"Deliverables due to client"
ID of the project that this phase is linked to
Example:
2776
1 = Project Phase, 2 = Project Milestone
Example:
2
UNIX time of the start of the phase
Example:
1669802192
UNIX end of the start of the phase
Example:
1670234192
A hex color value of the background of this phase
Example:
"#B0A7F1"
A hex color value of the text of this phase
Example:
"#000000"
Response
200
application/json
Successful Operation