Kaltura · Example Payload

Ottservice_Announcement_Action_Add_Post

Add a new future scheduled system announcement push notification

announcement

Ottservice_Announcement_Action_Add_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/announcement/action/add",
  "method": "POST",
  "operationId": "announcement.add",
  "summary": "",
  "description": "Add a new future scheduled system announcement push notification",
  "tags": [
    "announcement"
  ],
  "parameters": [
    {
      "in": "body",
      "name": "body",
      "schema": {
        "allOf": [
          {
            "$ref": "#/definitions/OTTRequest"
          }
        ],
        "properties": {
          "announcement": {
            "$ref": "#/definitions/KalturaAnnouncement"
          }
        },
        "type": "object"
      }
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    },
    "x-Errors": {
      "description": "* `500039`\n* `FeatureDisabled`: undefined\n* `AnnouncementMessageIsEmpty`: undefined\n* `AnnouncementMessageTooLong`: undefined\n* `AnnouncementInvalidTimezone`: undefined"
    }
  }
}