Integration
Batch upsert a group of integrations
PUT
/
projects
/
{projectIdOrName}
/
integrations:batch
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredBody
application/json
The source of the integrations to upsert. One of sourceZipUrl or sourceYaml is required.
sourceZipUrl
string
URL of where a zip of the source files can be downloaded (e.g. Google Cloud Storage URL).
sourceYaml
string
A YAML string that defines the integrations.
Response
200 - application/json
id
string
requiredThe integration ID.
projectId
string
requiredThe Ampersand project ID.
name
string
requiredThe integration name.
provider
string
requiredThe SaaS provider that this integration connects to.
createTime
string
requiredThe time the integration was created.
updateTime
string
The time the integration was last updated.
latestRevision
object
requiredWas this page helpful?