Update environment variable

Replace an environment variable’s values. Use null to remove an environment (except production).

Path parameters

env_var_idstringRequired

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
valuesmap from strings to nullable strings or objectsRequired

Values to replace. Set to null to remove an environment (except ‘production’).

Response

Successful Response
labelstring
created_at_unix_secsinteger
updated_at_unix_secsinteger
typeenum
Allowed values:
idstring
workspace_idstring
valuesmap from strings to strings or map from strings to objects
created_by_user_idstring or null

Errors

400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error