Update Application Version

Updates the tag and/or properties of the specified application version. You can set or replace values for specific property keys.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier for the application.

string
required

The application version.

Query Params
boolean

Run asynchronously when adding sources (default: false)

boolean

Stop on first error (default: true)

boolean

Dry run mode (default: false)

Body Params

Update Application Version Request

add_sources
object

Additional sources to add to the existing application version. Uses the same format as the sources field in the Create Application Version request. Sources can include artifacts, packages, builds, Release Bundles, and other application versions.

delete_properties
array of strings

A list of property keys (strings) to completely remove from the application version. These keys and their associated values will be deleted.

delete_properties
filters
object

Filters for including or excluding specific artifacts or packages when adding sources to the application version. Uses the same format as the filters field in the Create Application Version request.

properties
object

An object where each key is a property name (string) and its value is an array of strings representing the values for that property.
Providing a key with an array of strings replaces any existing values for that specific key.
Providing a key with an empty array ([]) clears all values for that key, but the key itself remains. Property keys not included in this object are not affected.

string

The new tag to associate with the application version. Max length 128 characters. The tag is commonly used to represent the Git branch.
If an empty string ("") is provided, the existing tag will be removed. If the field is omitted, the tag remains unchanged.
The tag must adhere to defined format rules (alphanumeric start/end, with dashes, underscores, dots).

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json