v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
Projects

Update Project

Update project name and or project description.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner
  • Project Owner

To learn more, see Organization, Project, and Database Access Overview.

put/v4/organizations/{organizationId}/projects/{projectId}

Headers

If-Matchstring
Example:12

A precondition header that specifies the entity tag of a resource.

Request body

namestring required

The new project name (up to 128 characters).

descriptionstring

The new project description (up to 256 characters).

Example request

{
  "name": "My-New-Project",
  "description": "The extended description of my awesome project."
}

Response

Successfully updated the project metadata.