Authorizations
Path Parameters
The Ampersand project ID or project name.
The integration ID.
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
application/json
The source of the revision to create. One of sourceZipUrl or sourceYaml is required.
URL of where a zip of the source files can be downloaded (e.g. Google Cloud Storage URL).
Example:
"https://storage.googleapis.com/my-bucket/source-files/integration-v1.2.3.zip"
The source YAML file that defines the revision.

