POST digitalSettingService/setDigitalSettings/{ownerUserId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ownerUserId | No documentation available. |
Define this parameter in the request URI. |
| settings | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
{
"createByUserId": "a5a78d5c-8994-46ac-948b-fa1062e1b226",
"created": "2026-04-03T01:46:17.5660361+00:00",
"ownerUserId": "07e732f2-7fb0-4363-9acd-713af2c69727",
"offline": 0,
"watermarkOption": 0,
"videoRestriction": 0,
"emailValidation": true,
"scormAppId": "sample string 5",
"scormAppKey": "sample string 6"
}
application/xml, text/xml
<RESTDigitalSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models.DigitalSettings"> <CreateByUserId>a5a78d5c-8994-46ac-948b-fa1062e1b226</CreateByUserId> <Created>2026-04-03T01:46:17.5660361+00:00</Created> <EmailValidation>true</EmailValidation> <Offline>Disable</Offline> <OwnerUserId>07e732f2-7fb0-4363-9acd-713af2c69727</OwnerUserId> <ScormAppId>sample string 5</ScormAppId> <ScormAppKey>sample string 6</ScormAppKey> <VideoRestriction>AppOnly</VideoRestriction> <WatermarkOption>Off</WatermarkOption> </RESTDigitalSetting>
application/x-www-form-urlencoded
Sample not available.