v1
latestOpenAPI 3.0.22026-08-062794201004.1 KBProjects
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
Example request
{
"name": "My-New-Project",
"description": "The extended description of my awesome project."
}Response
Successfully updated the project metadata.