Update an existing configuration to change the content deployed
(e.g., update app versions, add/remove apps, videos, and WebXR links).
API key based authentication where API_KEY_ID:API_KEY_SECRET
Unique identifier of the configuration
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.
Updated name for the configuration
"Client Configuration v2"
Updated set of VR content on the configuration. Content will appear on the Home Screen in the order it appears in the vrContent array.
We recommend using release channels to deploy apps to configurations to simplify app version management. Instead of updating the app version on every configuration whenever you have an update, simply update the release channel. Learn More
Set the App or video to kiosk devices into.
Requirements:
deviceExperience field must also be set to KIOSK or KIOSK_VIDEOvrContent already (or in this request)Kiosk mode strictness level.
DEFAULT - Recommended setting. Standard kiosk experience on ManageXR. Allows access to Meta quick settings menu.
KIOSK_APP - Forces user to only remain in kiosk app and not access anything else on the device, including quick settings or other system apps. This may impact your ability to cast the device using native casting.
DEFAULT, KIOSK_APP "DEFAULT"
Only required if deviceExperience change impacts Meta Horizon managed services device mode. Supplying the flag confirms that you understand the risks and requirements of the mode change._
false
Unique identifiers of wi-fi networks to deploy on the configuration
The id of the wi-fi network to set as the priority network. A device will always connect to the priority network over other networks if it is in range. | Set to null to clear the priority.
"1390KJDL139PJD"
{
"id": "DLO133U5NFLMAL1",
"deviceDirectoryPaths": [
"/Android/obb/com.managexr.exampleApp/files"
]
}Time zone for the configuration. Can be set to 'UNMANAGED', 'AUTO', or a specific time zone ID.
Valid timeZoneIds include:
Time zones with the Etc/GMT prefix are the equivalent of UTC time zones. Only the ID part needs to be supplied (e.g., "America/New_York", not the full name).
UNMANAGED, AUTO, timeZoneId "America/New_York"
The updated configuration
Full representation of a configuration.