Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The package name of the app
Query Parameters
Type of the app version to update
Available options:
managed
, shared
, instant
Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.
Body
application/json
Title of the app
Example:
"My Awesome App"
Description of the app
Example:
"A fantastic app for managing XR content"
Home screen categories the app belongs to
Example:
["Education", "Productivity"]
URL of the app's icon
Example:
"https://storage.example.com/apps/com.example.app/icon.png"
Response
The updated app profile