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
application/json
Updated name for the configuration
Example:
"Client Configuration v2"
vrContent
(App (Release Channel) · object | App (Specific Version) · object | Video · object | WebXR Link · object)[]
Updated set of VR content on the configuration. Content will appear on the Home Screen in the order it appears in the vrContent array.
Unique identifiers of wi-fi networks to deploy on the configuration
Example:
{
"id": "DLO133U5NFLMAL1",
"deviceDirectoryPaths": [
"/Android/obb/com.managexr.exampleApp/files"
]
}
Response
The updated configuration
Full representation of a configuration.