/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
docs/api-reference/environment-variables/environment-variable-schema.mdx
20 строк
1 KB
Dima Grossman
docs(docs): nest API reference domains in collapsible sidebar groups fixes DOC-413 (#11886)
12 июл 2026, 15:47
Не верифицирован
12 июл 2026, 15:47
149638c
Код
Авторство
О чём код?
--- title: Environment variable schema sidebarTitle: Schema description: "Reference the Novu environment variable schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Environment Variable Environment variable is a named value you define once in the dashboard and reuse across workflows. Each [Novu environment](/platform/developer/environments) can hold its own value for the same variable, so Development and Production (and any custom environments) stay isolated without duplicating workflow logic. Read more about environment variables on [environment variables documentation page](/platform/developer/environment-variables). | Field | Type | Description | | --- | --- | --- | | `id` | `string` | | | `organizationId` | `string` | | | `key` | `string` | | | `type` | `string` | The type of the environment variable (currently only `"string"` is supported) | | `isSecret` | `boolean` | | | `values` | `EnvironmentVariableValueResponseDto[]` | | | `createdAt` | `string` | | | `updatedAt` | `string` | |