v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-06521370.6 KB
vals

Create a new environment variable scoped to this project.

post/v2/vals/{val_id}/environment_variables/

Path parameters

val_idstring uuid required

Id of a val

Request body

valuestring required

Value of the environment variable.

descriptionstring nullable

Optional description of the environment variable. Send null to clear an existing description; omit it to leave the description unchanged.

keystring required

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

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