Skip to main content
PUT
/
applications
/
{applicationId}
/
versions
/
{version}
Creates a new version of this Application with the provided version string
curl --request PUT \
  --url https://local.withsutro.com/applications/{applicationId}/versions/{version} \
  --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
version
string
required

A semver compatible version string A version string for an Application

Example:

"1.2.34"

Response

A 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"