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": "5e5269e4-f3ff-4b0a-b293-905536cb93b0", "created": "2025-04-26T16:45:53.0335824+00:00", "ownerUserId": "67d22c79-132d-44a3-9cd7-fa85b276381f", "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>5e5269e4-f3ff-4b0a-b293-905536cb93b0</CreateByUserId> <Created>2025-04-26T16:45:53.0335824+00:00</Created> <EmailValidation>true</EmailValidation> <Offline>Disable</Offline> <OwnerUserId>67d22c79-132d-44a3-9cd7-fa85b276381f</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.