Update (patch) a project

⚠️

Breaking changes:

  • HTTP method changes from PUT to PATCH.
  • Request content type must be application/json-patch+json.
  • The request body is now a JSON Patch array of operations. Supported paths: /Name, /Description, /Number, /ProjectAccess, /StartDate, /EndDate, /SnapshotId.
  • Response changes from 200 OK with the full project to 204 No Content. Perform a follow-up GET to retrieve the updated project.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
int32
required
Body Params

Array of patch operations

JsonPatchDocumentOfUpdateProjectRequest
Responses
204

No Content - The project is patched

401

Unauthorized - The user is not authenticated

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