Kaltura API

eventnotification_eventnotificationtemplateupdate
Description:
Update an existing event notification template object
Input Params
Name Type Description Required Default Value
id int V
eventNotificationTemplate KalturaEventNotificationTemplate V
Output Type
KalturaEventNotificationTemplate
Example HTTP Hit
http://www.kaltura.com/api_v3/service/eventnotification_eventnotificationtemplate/action/update
JSON object:
				
{ id: value, eventNotificationTemplate: { objectType: "KalturaEventNotificationTemplate", name: "value", systemName: "value", description: "value", type: "value", manualDispatchEnabled: value, automaticDispatchEnabled: value, eventType: "value", eventObjectType: "value", eventConditions: [{ objectType: "KalturaCondition", description: "value", not: value }], contentParameters: [{ objectType: "KalturaEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" } }], userParameters: [{ objectType: "KalturaEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" } }] } }