Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

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

Body

application/json

Project object that needs to be updated

companyId
string<uuid>
required

The id of the company

name
string
required

The name of the project

parentProjectId
string<uuid>

The id of the parent project

customerId
string<uuid>

The id of the customer

price
number<float>

The price of the project

startDate
string<date>

The start date of the project

endDate
string<date>

The end date of the project

managerId
string<uuid>

The id of the employee manager

description
string

The description of the project

status
enum<string>

The status of the project

Available options:
active,
inactive,
paused

Response

200 - application/json

Object

data
object
meta
object