Kaltura · Example Payload

Service_Media_Action_Addcontent_Post

Add content to media entry which is not yet associated with content (therefore is in status NO_CONTENT). If the requirement is to replace the entry's associated content, use action updateContent.

media

Service_Media_Action_Addcontent_Post is an example object payload from Kaltura, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarydescriptiontagsparametersresponses

Example Payload

Raw ↑
{
  "path": "/service/media/action/addContent",
  "method": "POST",
  "operationId": "media.addContent",
  "summary": "",
  "description": "Add content to media entry which is not yet associated with content (therefore is in status NO_CONTENT).\n     If the requirement is to replace the entry's associated content, use action updateContent.",
  "tags": [
    "media"
  ],
  "parameters": [
    {
      "$ref": "#/parameters/ks"
    },
    {
      "$ref": "#/parameters/format"
    },
    {
      "$ref": "#/parameters/clientTag"
    },
    {
      "$ref": "#/parameters/partnerId"
    },
    {
      "$ref": "#/parameters/language"
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    },
    "x-Errors": {
      "description": "* `ENTRY_ID_NOT_FOUND`: Entry id \"@ENTRY_ID@\" not found\n* `ENTRY_ALREADY_WITH_CONTENT`: Entry already associated with content"
    }
  }
}