v2
Swagger 2.02026-08-01331211921.0 KBUpdate a project for a workspace
Since this endpoint can be used to both update and to create a project, the request body depends on the intent.
Creation
See the POST documentation for the project collection for an example of the request body.
Note: The key should not be specified in the body of request (since it is already present in the URL). The name is required, everything else is optional.
Update
See the POST documentation for the project collection for an example of the request body.
Note: The key is not required in the body (since it is already in the URL). The key may be specified in the body, if the intent is to change the key itself. In such a scenario, the location of the project is changed and is returned in the Location header of the response.
Request body
Response
The existing project is has been updated.