curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/deployment \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/deployment \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Builder authentication and authorization
A unique identifier for the API Client making a request
A semver compatible version string A version string for an Application
"1.2.34"
A deployment has started
"b08631ad-a4ec-4c27-9995-01287e83d565"
Was this page helpful?