Function setEnvironmentVariables

  • Sets or updates the values passed in an object of environment variables for a specfic environment

    Export

    Returns

    Parameters

    • envVariables: EnvironmentVariables

      the object of variables

    • environmentSid: string

      the environment the varibales should be set for

    • serviceSid: string

      the service the environment belongs to

    • client: TwilioServerlessApiClient

      API client

    • Optional removeRedundantOnes: boolean = false

      whether to remove variables that are not passed but are currently set

    Returns Promise<void>

Generated using TypeDoc