Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2/OIDC tokens

Path Parameters

id
string
required

Unique project identifier

Body

application/json

Request to update project settings

displayName
string

Updated human-friendly display name for the project.

description
string

Updated project description

Response

Project updated successfully

Project resource grouping within organization

Server-defined URL for this resource.

Example:

"/v1/regions/global/projects/project-x9y8z7"

uid
string<uuid>
read-only

Server-generated UUID.

id
string

Name of the resource. Provided by the client when the resource is created, or generated by the server if not specified. Must be 1-63 characters long and match the pattern a-z [blocked]? — the first character must be a lowercase letter, and all following characters must be lowercase letters, digits, or hyphens, with the last character being a letter or digit. Cannot be changed after the resource is created.

Required string length: 1 - 63
Pattern: ^[a-z]([-a-z0-9]*[a-z0-9])?$
Example:

"project-x9y8z7"

displayName
string

Optional human-friendly display name for the project.

description
string

An optional description of this resource.

createdAt
string<date-time>

Creation timestamp

updatedAt
string<date-time>

Last update timestamp

organizationId
string

Parent organization ID