PUT
/
projects
/
{projectIdOrName}
/
integrations:batch

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

Body

application/json

The source of the integrations to upsert. One of sourceZipUrl or sourceYaml is required.

sourceYaml
string

A YAML string that defines the integrations.

sourceZipUrl
string

URL of where a zip of the source files can be downloaded (e.g. Google Cloud Storage URL).

Response

200 - application/json
createTime
string
required

The time the integration was created.

id
string
required

The integration ID.

latestRevision
object
required
name
string
required

The integration name.

projectId
string
required

The Ampersand project ID.

provider
string
required

The SaaS provider that this integration connects to.

updateTime
string

The time the integration was last updated.