rDWS Advanced Endpoints
4 min
base url for these endpoints https //ws bsn cloud/rest/v1/ get /advanced/property lock/ returns the property lock 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 \<font color="#704ae0">bool\</font> whether the settings handler docid\ pz4pkahlr3dsspr w1sx9 is enabled forceregistrysettings \<font color="#704ae0">bool\</font> whether registry settings should take priority registryenablesettings \<font color="#704ae0">bool\</font> the registry value for enable settings handler bsnce \<font color="#704ae0">bool\</font> 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 property lock docid\ a6ali6u szxhuansk6t3 setting request body forceregistrysettings \<font color="#704ae0">bool\</font> whether registry settings should take priority registryenablesettings \<font color="#704ae0">bool\</font> 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 \<font color="#704ae0">object\</font> the response object success \<font color="#704ae0">bool\</font> whether or not the operation was successful reboot \<font color="#704ae0">bool\</font> whether or not the player is rebooting response example { "data" { "result" { "success" true, "reboot" true } } }