Skip to main content

Update a Project record

PUT 

/projects/:projectId

Update a Project record by its internal ID. This will update the Project record with the new data provided in the request body.

As with all PUT modifications, you must include the If-Match header with the current ETag value of the user record or the request will fail with a "412 Precondition Failed" status code. The ETag value can be obtained by retrieving the item with a GET request and examining the ETag header in the response.

Required abilities

This operation requires the Project - Modify ability, or Authority - Administrator.

Request

Responses

The object was successfully updated. The response body is empty. See the Location header for the URL of the updated object.

Response Headers
    Location

    The URL of the updated or modified object.