POST digitalSettingService/setDigitalSettings/{ownerUserId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "9dc8eba4-b2b8-4f4a-a71a-55e9776843d5",
  "created": "2024-10-02T10:30:27.8087327+00:00",
  "ownerUserId": "f9e398dd-462c-42fc-bc14-fe2883ca4bc2",
  "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>9dc8eba4-b2b8-4f4a-a71a-55e9776843d5</CreateByUserId>
  <Created>2024-10-02T10:30:27.8087327+00:00</Created>
  <EmailValidation>true</EmailValidation>
  <Offline>Disable</Offline>
  <OwnerUserId>f9e398dd-462c-42fc-bc14-fe2883ca4bc2</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.