Skip to main content
POST
/
applications
/
{applicationId}
/
versions
Create a new version of this Application. This approach generates a new version based on the previous version
curl --request POST \
  --url https://local.withsutro.com/applications/{applicationId}/versions \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "versionNumber": "<string>"
}

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required

Response

The new version

A snapshot of an Application

id
string<uuid>
Example:

"b08631ad-a4ec-4c27-9995-01287e83d565"

versionNumber
string

A version string for an Application

Example:

"1.2.34"