/projects/{project_gid}Update a project
Updates an existing project using only the fields supplied in the data block. Provide the project identifier and send only the properties you want to change to avoid overwriting changes made by another user; updating team is deprecated in favor of project memberships. A 200 response returns the complete updated project record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The project fields to update in the data block; unspecified fields remain unchanged.
A 400 is returned when a parameter or request field is missing or malformed. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user cannot update the project. A 404 is returned when the project does not exist or the action is not recognized; a 500 indicates a server-side failure.