Update a project’s mutable fields using field masks. Currently, the updatable fields are appName (the display name shown to end users) and name (the unique project identifier).
The Ampersand project ID or project name.
Array of field paths specifying which fields to update. Each path must have a
corresponding value in the project object. A field included in project but
not listed here will be ignored. Allowed values:
appName - the display name of the application, shown to end users during the connection flow.name - the unique project identifier (must be unique within your organization).["appName"]The project fields to update. Only fields whose paths are listed in updateMask
will be applied; all other fields in this object are ignored.
The updated project.
The unique identifier for the project.
"proj_9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79"
The unique name for the project.
"mailmonkey-staging"
The display name of the application, shown to end users during the connection flow.
"MailMonkey"
The ID of the organization that this project belongs to.
"9f7c3e2a-61b8-4f5c-8d1a-eb24f3b05d79"
The time the project was created.
The time the project was updated.
Plan-based feature flags for the project. These are managed by Ampersand and cannot be set via the API.