bitmovin_api_sdk.notifications.emails.encoding.encodings.error package

Submodules

bitmovin_api_sdk.notifications.emails.encoding.encodings.error.error_api module

class bitmovin_api_sdk.notifications.emails.encoding.encodings.error.error_api.ErrorApi(**kwargs)[source]

Bases: BaseApi

create(encoding_error_email_notification: EncodingErrorEmailNotification, **kwargs: dict) EncodingErrorEmailNotification[source]

Add Encoding Error Email Notification (All Encodings)

Parameters

encoding_error_email_notification (EncodingErrorEmailNotification, required) – Add a new email notification if an encoding received an error

Returns

Notification Details

Return type

EncodingErrorEmailNotification

create_by_encoding_id(encoding_id: string_types, email_notification: EmailNotification, **kwargs: dict) EmailNotification[source]

Add Encoding Error Email Notification (Specific Encoding)

Parameters
  • encoding_id (string_types, required) – Id of the encoding resource

  • email_notification (EmailNotification, required) – The email notifications object

Returns

Notification Details

Return type

EmailNotification

update(notification_id: string_types, email_notification: EmailNotification, **kwargs: dict) EmailNotification[source]

Replace Encoding Error Email Notification

Parameters
  • notification_id (string_types, required) – Id of the email notification

  • email_notification (EmailNotification, required) – The email notification with the updated values

Returns

Notification Details

Return type

EmailNotification

Module contents