v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-053917213.0 KB
ServerlessV1Variable

Update a specific Variable.

Update a specific Variable.

post/v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Variables/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to update the Variable resource under.

EnvironmentSidstring required

The SID of the Environment with the Variable resource to update.

Sidstring required

The SID of the Variable resource to update.

Response

OK

sidstring nullable

The unique string that we created to identify the Variable resource.

account_sidstring nullable

The SID of the Account that created the Variable resource.

service_sidstring nullable

The SID of the Service that the Variable resource is associated with.

environment_sidstring nullable

The SID of the Environment in which the Variable exists.

keystring nullable

A string by which the Variable resource can be referenced.

valuestring nullable

A string that contains the actual value of the Variable.

date_createdstring date-time nullable

The date and time in GMT when the Variable resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the Variable resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Variable resource.