Add Custom Content

post

/content/sim/v1/setup/customContent

Add the custom content to the specified organization.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : CustomContent
Type: object
Show Source
Nested Schema : TranslatedString_description
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the description of custom content in configured languages
Example:
{
    "en-US":"Image Spoons",
    "es-SS":"cucharas de imagen",
    "lt=LT":"Vaizdo ??auk??tai"
}
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : CustomContent_targetExt
Type: object
An object containing the descriptive platforms list where the content can be targeted
Show Source
Nested Schema : URL
Type: object
The URL of the download API which needs to be used to download the actual content file. This is auto-generated and does not need to be provided during add/update calls.
Show Source
Nested Schema : params
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Response object
Body ()
Root Schema : CustomContentResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top