Novu · Schema

UpdateEnvironmentRequestDto

JSON Schema for Novu UpdateEnvironmentRequestDto.

NotificationMessagingIn-AppEmailSMSPushChatWorkflowsOpen-SourceSubscribersTopicsInboxWorkflow OrchestrationMulti-ChannelDigestMCPFrameworkReact

Properties

Name Type Description
name string
identifier string
parentId string
color string
dns object
bridge object
View JSON Schema on GitHub

JSON Schema

novu-update-environment-request-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/novu/main/json-schema/novu-update-environment-request-dto-schema.json",
  "title": "UpdateEnvironmentRequestDto",
  "description": "JSON Schema for Novu UpdateEnvironmentRequestDto.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    },
    "color": {
      "type": "string"
    },
    "dns": {
      "type": "object",
      "properties": {
        "inboundParseDomain": {
          "type": "string"
        }
      }
    },
    "bridge": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string"
        }
      }
    }
  }
}