Batch upsert a group of integrations
This endpoint is used by the Ampersand CLI to batch upsert integrations. We recommend using the CLI’s deploy command rather than this API endpoint directly.
Documentation Index
Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The Ampersand project ID or project name.
Query Parameters
Defaults to false. This flag controls whether to perform destructive actions when deploying integrations, like pausing all read actions for an object that was removed in the latest revision.
Body
The source of the integrations to upsert. One of sourceZipUrl or sourceYaml is required.
Response
Upserted integrations.
The integration ID.
The Ampersand project ID.
"project-456"
The integration name.
"read-accounts"
The SaaS provider that this integration connects to.
"salesforce"
The time the integration was created.
The time the integration was last updated.

