Skip to main content
PATCH
Edit app

Authorizations

Authorization
string
header
required

API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Path Parameters

packageName
string
required

The package name of the app

Query Parameters

type
enum<string>

Type of the app version to update

Available options:
managed,
shared,
instant
organizationId
string

Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.

Defaults to the organizationId associated with the API key.

Body

application/json
title
string

Title of the app

Example:

"My Awesome App"

description
string

Description of the app

Example:

"A fantastic app for managing XR content"

categories
string[]

Home screen categories the app belongs to

Example:
iconUrl
string<uri>

URL of the app's icon

Example:

"https://storage.example.com/apps/com.example.app/icon.png"

Response

The updated app profile

data
object