Skip to main content
PATCH
Update a project

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

Body

application/json
updateMask
string[]
required

Array of field paths specifying which fields to update. Allowed values include:

  • appName
  • name
Example:
project
object
required

The project fields to update. (Only include the fields you'd like to update.)

Response

The updated project.

id
string
required

The project ID.

Example:

"my-project"

name
string
required

The project name.

Example:

"mailmonkey-staging"

appName
string
required

The name of the application, which is displayed to end users.

Example:

"MailMonkey"

createTime
string<date-time>
required

The time the project was created.

orgId
string

The organization ID that this project belongs to.

Example:

"9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79"

updateTime
string<date-time>

The time the project was updated.

entitlements
object

The entitlements for the project.