curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/deployment \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionId": "<string>"
}Creates and deploys a new version of the application based on the latest version
curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/deployment \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"versionId": "<string>"
}Builder authentication and authorization
A unique identifier for the API Client making a request
Was this page helpful?