Skip to main content

Upsert an environment variable

PUT 

/v2/environmentvariables

Upsert an environment variable

Request

Body

The variable to update or create

    id stringnullable
    name stringnullable
    defaultValue stringnullable

    subscriptionValues

    object

    nullable

    property name* string

Responses

The environment variable was updated or created

Schema

    id stringnullable
    companyId stringnullable
    name stringnullable
    defaultValue stringnullable

    subscriptionValues

    object

    nullable

    property name* string
    createdAtUtc date-time
    updatedAtUtc date-time
    createdBy stringnullable
    updatedBy stringnullable
Loading...