Update a project

Updates a project’s name or description

To update a project’s name, enter the project id as a path parameter, and enter the project’s new name using the name body parameter. These two parameters (project id and name) are required.

You can update the project’s description using the description body parameter. Note that every project must have a name, but a description is optional.

A 204 code is returned when the project’s name or description is successfully updated.

Language
Authorization
URL
Click Try It! to start a request and see the response here!