v45

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-143613122.6 KB
vals

Update a environment variable scoped to this project.

put/v2/vals/{val_id}/environment_variables/{key}

Path parameters

val_idstring uuid required

Id of a val

keystring required

Request body

valuestring required

Value of the environment variable.

descriptionstring

Optional description of the environment variable

Response

An environment variable

keystring required

Name or key of the environment variable, accessible via Deno.env or process.env

descriptionstring nullable required

Optional description of the environment variable

updatedAtstring date-time nullable required
createdAtstring date-time required