cURL
curl --request POST \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/revisions \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "sourceZipUrl": "https://storage.googleapis.com/my-bucket/source-files/integration-v1.2.3.zip", "sourceYaml": "<string>" }'
This response has no body data.
The Ampersand project ID or project name.
The integration ID.
The source of the revision to create. One of sourceZipUrl or sourceYaml is required.
Was this page helpful?