Skip to main content
POST
Create Project Phase

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Project Phase object

The default project phase schema which contains all of these fields

name
string
required

Name of the project phase

Example:

"Deliverables due to client"

project_id
integer
required

ID of the project that this phase is linked to

Example:

2776

type_id
integer
required

1 = Project Phase, 2 = Project Milestone

Example:

2

start
integer

UNIX time of the start of the phase

Example:

1669802192

end
integer

UNIX end of the start of the phase

Example:

1670234192

color_background
string

A hex color value of the background of this phase

Example:

"#B0A7F1"

color_text
string

A hex color value of the text of this phase

Example:

"#000000"

Response

Successful Operation

success
object