Diagnostic Web Server APIs
Remote DWS APIs
rDWS Advanced Endpoints
4 min
base url for these endpoints https //ws bsn cloud/rest/v1/ get /advanced/property lock/ returns the docid\ a6ali6u szxhuansk6t3 setting and if the registry has been set to override the property lock value request example get /rest/v1/advanced/property lock/ http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json response body the server will return a success or error message a successful response will include settingshandlerenabled bool bool whether the docid\ pz4pkahlr3dsspr w1sx9 is enabled forceregistrysettings bool bool whether registry settings should take priority registryenablesettings bool bool the registry value for enable settings handler bsnce bool bool whether bsn cloud is enabled response example { "data" { "result" { "settingshandlerenabled" true, "forceregistrysettings" false, "registryenablesettings" true, "bsnce" true } } } put /advanced/property lock/ lets users override the current docid\ a6ali6u szxhuansk6t3 setting request body forceregistrysettings bool bool whether registry settings should take priority registryenablesettings bool bool registry value for enable settings handler request example put /rest/v1/advanced/property lock/ http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json this is an example of the request body { "data" { "forceregistrysettings" true, "registryenablesettings" true } } response body the server will return a success or error message a successful response will almost always cause a reboot which will be indicated in the response result object object the response object success bool bool whether or not the operation was successful reboot bool bool whether or not the player is rebooting response example { "data" { "result" { "success" true, "reboot" true } } }