v46

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

Create or update an environment variable in a group

post/v3/environment-variable-groups/{id}/environment-variables/{key}

Path parameters

idstring uuid required

Environment variable group ID

keystring required

Environment variable key

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.

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