Kaltura · Example Payload

Ottservice_Announcement_Action_Enablesystemannouncements_Post

Enable system announcements

announcement

Ottservice_Announcement_Action_Enablesystemannouncements_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/enableSystemAnnouncements",
  "method": "POST",
  "operationId": "announcement.enableSystemAnnouncements",
  "summary": "",
  "description": "Enable system announcements",
  "tags": [
    "announcement"
  ],
  "parameters": [
    {
      "in": "body",
      "name": "body",
      "schema": {
        "allOf": [
          {
            "$ref": "#/definitions/OTTRequest"
          }
        ],
        "properties": {},
        "type": "object"
      }
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    },
    "x-Errors": {
      "description": "* `FailCreateAnnouncement`: undefined\n* `FeatureDisabled`: undefined"
    }
  }
}