GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • streaming
  • account
  • updateGeoRestrictions

Function updateGeoRestrictions

  • updateGeoRestrictions(apiSecret, allowedCountries?, deniedCountries?): Promise<GeoRestrictions>
  • Updates the account geo restriction rules.

    Parameters

    • apiSecret: string

      The API Secret used to authenticate this request.

    • allowedCountries: string[] = null

      The list of allowed countries. An empty array [] removes all rules.

    • deniedCountries: string[] = null

      The list of denied countries. An empty array [] removes all rules.

    Returns Promise<GeoRestrictions>

    A GeoRestrictions object through a Promise.

    Link

    https://docs.dolby.io/streaming-apis/reference/geo_updategeo

    • Defined in streaming/account.ts:88

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc