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
Unique identifier of the configuration
Query Parameters
Unique identifier of the organization.
Defaults to the organization associated with the API key.
Body
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.
- App (Release Channel)
- App (Specific Version)
- Video
- WebXR Link
Set the App or video to kiosk devices into.
Requirements:
- The
deviceExperiencefield must also be set toKIOSKorKIOSK_VIDEO - The App or Video must be included in the configurations
vrContentalready (or in this request)
- App (Release Channel)
- App (Specific Version)
- Video
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
{
"id": "DLO133U5NFLMAL1",
"deviceDirectoryPaths": [
"/Android/obb/com.managexr.exampleApp/files"
]
}Response
The updated configuration
Full representation of a configuration.