Creating Apps
POST
https://Example-Server.com/be/v1/apps
Last modified:2025-05-08 12:00:04
name
label
Game Build Rotation
maxBuilds
to be stored can be provided. It controls how many game builds (maxBuilds
) and how many patches (maxBuilds-1
) are stored. The default value is 5.maxBuilds+1
'th game build the oldest one will be removed from the storage. A larger value may result in higher costs:maxBuilds
game builds,maxBuilds-1
patches, andmaxBuilds-1
patches.Required Permissions
apps.create
Request
Header Params
x-rockit-beauth-token
string
optional
POST /be/v1/auth
) or API key (POST /be/v1/apikeys
) Mutually excluded with
x-rockit-api-key
.Example:
{{_edge_org_admin_beauth_token}}
x-rockit-orgname
string
optional
Requires
x-rockit-username
and x-rockit-api-key
.Example:
{{EDGE_ORG_NAME}}
x-rockit-username
string
optional
Requires
x-rockit-orgname
and x-rockit-api-key
.Example:
adminPrincipal
x-rockit-api-key
string
optional
Mutually excluded with
x-rockit-beauth-token
. Requires x-rockit-username
and x-rockit-orgname
.Example:
{{_adminPrincipal_apiKey}}
Body Params application/json