Update a project
Update a project.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
project_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
code
A user-defined identifier of this project.
color
Project color as a [CSS-compatible](https://developer.mozilla.org/en-US/docs/Web/CSS/color) value. Client applications can use this to color-code the projects or project-related data.
description
A user-defined description of the project.
end_date
Project end date. If specified, must be later than or equal to the start date.
name
The project name.
parent_id
Unused. Reserved for future use.
partner_metadata
Metadata for partner needs.
start_date
Project start date.
tag_ids
A list of IDs of user-defined tags (labels) assigned to this project.
Response
Successful Response
id
A unique ID assigned to this project.
created_at
UTC date and time when this project was created.
updated_at
UTC date and time when this project was last updated.
entity_id
ID of the entity that owns this project.
name
The project name.
code
A user-defined identifier of this project.
color
Project color as a [CSS-compatible](https://developer.mozilla.org/en-US/docs/Web/CSS/color) value. Client applications can use this to color-code the projects or project-related data.
created_by_entity_user_id
ID of the entity user who created this project, or null if it was created using a partner access token.
description
A user-defined description of the project.
end_date
Project end date.
parent_id
Unused. Reserved for future use.
partner_metadata
Metadata for partner needs.
start_date
Project start date.
Errors
400
Patch Projects ID Request Bad Request Error
401
Patch Projects ID Request Unauthorized Error
403
Patch Projects ID Request Forbidden Error
404
Patch Projects ID Request Not Found Error
422
Patch Projects ID Request Unprocessable Entity Error
429
Patch Projects ID Request Too Many Requests Error