Project
Update a project
PATCH
/
projects
/
{projectIdOrName}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredBody
application/json
updateMask
string[]
requiredproject
object
requiredThe project fields to update. (Only include the fields you'd like to update.)
Response
200 - application/json
id
string
requiredThe project ID.
name
string
requiredThe project name.
appName
string
requiredThe name of the application, which is displayed to end users.
orgId
string
The organization ID that this project belongs to.
createTime
string
requiredThe time the project was created.
updateTime
string
The time the project was updated.
Was this page helpful?