Update project

Update a project by id

Path Params
string
required

ID of the project to update

Body Params
string

Project name

string

Project description

date

Start date of the Project. Pass null value to unset

date

End date of the Project. Pass null value to unset

string

Optional hex code for project color

string

Project access permissions. Either public or private

string
Defaults to Id of parent project
string

Sharing type of the project (one of "everyone", "custom" or "me")

members
array of strings

Array of User IDs to set as members of the project.

members
teams
array of strings

Array of Team IDs to set as members of the project.

teams
boolean
Defaults to false
template
array of objects

template could be a string - ID of template to apply. Array of IDs. Object - object with settings for template appliance. Array of objects with settings for template appliance

template
int32

Budget value for the Project

boolean

Boolean value representing whether a project is in Draft Mode state or not. Pass boolean value to update Draft Mode state of the project.

Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json