Update a project's details by ID

Path Params
integer
required

Id of the project to update

Body Params

Must pass at least one of: name, description, state, start_time, end_time

int32
string
string
string

Whether the project is "open" or "closed"

string
string
integer

ID of the organization that this project belongs to, if any.

configuration
array of objects
configuration
Responses
202

The ID of the updated project.

400

None of the applicable fields were specified in the request body

404

The project does not exist OR the current user is not authorized to edit it

Language
Response
Click Try It! to start a request and see the response here!