/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
docs/api-reference/environments/environment-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 schema sidebarTitle: Schema description: "Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Environment Environment is a collection of resources that are used to send notifications. For example, an environment can have a set of integrations, workflows, and subscribers. Read more about environments on [environments concept page](/platform/developer/environments). | Field | Type | Description | | --- | --- | --- | | `id` | `string` | Unique identifier of the environment | | `name` | `string` | Name of the environment | | `organizationId` | `string` | Organization ID associated with the environment | | `identifier` | `string` | Unique identifier for the environment | | `type` | `EnvironmentResponseDtoType` | Type of the environment | | `apiKeys` | `ApiKeyDto[]` | List of API keys associated with the environment | | `parentId` | `string` | Parent environment ID | | `slug` | `string` | URL-friendly slug for the environment |