Authorizations
Path Parameters
The Ampersand project ID or project name.
The integration ID.
The Ampersand installation ID.
Body
Array of field paths specifying which fields to update. Allowed values include:
- connectionId
- config.createdBy
- config.content.read.objects.<object-name>
- config.content.write.objects.<object-name>
- config.content.write.objects
- config.content.subscribe.objects.<object-name>
- config.content.proxy.enabled
<object-name>
means you can specify any object name.
[
"config.content.read.objects.contacts",
"config.content.write.objects.leads"
]
The installation fields to update. (Only include the fields you'd like to update.)
Response
The updated installation
The installation ID.
The Ampersand project ID.
"project-456"
The integration ID.
The health status of the installation ("healthy", "unhealthy").
"healthy"
The time the integration was first installed.
The person who did the installation, in the format of "consumer:{consumer-id}".
"consumer:consumer-123"
The time the installation was last updated with a new config.