Environment Variables
Environment variable schema
Reference the Novu environment variable schema used in API requests and responses. Review fields, data types, and object structure for this resource.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference the Novu environment variable schema used in API requests and responses. Review fields, data types, and object structure for this resource.
| 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 |
Was this page helpful?