v46

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

Create an environment variable in a group

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

Path parameters

idstring uuid required

Environment variable group ID

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