Edit App
Update an app’s metadata such as title, description, categories, and icon URL
Authorizations
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
The package name of the app
Query Parameters
Type of the app version to update
managed, shared, instant 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
Title of the app
"My Awesome App"
Description of the app
"A fantastic app for managing XR content"
Home screen categories the app belongs to
["Education", "Productivity"]URL of the app's icon
"https://storage.example.com/apps/com.example.app/icon.png"
Response
The updated app profile