Create Application Version

Creates a new version of an application.

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.

Query Params
boolean

Determines whether the operation should be asynchronous (true) or synchronous (false).
The default value is true, which means that Artifactory waits for application version creation to complete before allowing you to move on to the next task.

boolean

Dry run mode - validate without creating (default: false)

Body Params

Create Application Version Request

boolean

When set to true, creates the application version in draft mode. A draft version can be iteratively modified -- its content (artifacts, builds, packages) can be added to and its version name can be renamed. Security scans are not triggered until the version is finalized. Promoting a draft version automatically finalizes (locks and signs) it before promotion proceeds.

filters
object

Enables you to create a new application version based on the contents of an existing version, but excluding one or more artifacts or including one or more artifacts from a defined source.

sources
object
required

The list of sources to include in the version. Sources can include: artifacts, packages, builds, Release Bundles, and other application versions (from this or other applications).
Important: You must define at least one source. Each source type has at least one required parameter.

string

A tag to be associated with the application version. A tag is a single free text value, limited to 128 characters, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics in between. The tag is usually used to represent the branch.

string
required

The application version to be created.
Note: It is recommended to use SemVer formatting to maintain clarity and support CI/CD pipeline automations.

Headers
string

The GPG/RSA key-pair name given in Artifactory. If no key is provided, the command creates or uses the default key.

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