| eventnotification_eventnotificationtemplate:updatestatus | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Update event notification template status by id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| status | KalturaEventNotificationTemplateStatus | V | KalturaEventNotificationTemplateStatus:: | ||
| Output Type | |||||
| KalturaEventNotificationTemplate | |||||
| Errors | |||||
| EVENT_NOTIFICATION_TEMPLATE_NOT_FOUND;ID;Event notification template id [@ID@] not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=eventnotification_eventnotificationtemplate&action=updatestatus POST fields: id status |
|||||