Skip to main content
POST
Create a new app version

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string<uuid>
required

Unique ID of the app.

Body

application/json

Request model for creating an app version.

version_name
string
required

Name of the version.

status
enum<string>
default:inactive

Status of the version: 'active' or 'inactive'.

Available options:
active,
inactive

Response

Version created successfully.

Response model for app version details.

id
string<uuid>
required

Unique ID of the app version.

app_id
string<uuid>
required

ID of the parent app.

version_name
string
required

Name of the version.

status
string
required

Status of the version: 'active' or 'inactive'.

created_by
string | null

Username of the creator.

created_date
any | null

Version creation timestamp.

updated_by
string | null

Username of the last updater.

updated_date
any | null

Timestamp when the version was last updated.