Revision
Create a new revision
POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
revisions
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredintegrationId
string
requiredBody
application/json
The source of the revision to create. 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
The source YAML file that defines the revision.
Was this page helpful?