Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.96 KB

integrationscontrollerupdateintegrationbyidresponse.md

File metadata and controls

34 lines (29 loc) · 1.96 KB

IntegrationsControllerUpdateIntegrationByIdResponse

Example Usage

import { IntegrationsControllerUpdateIntegrationByIdResponse } from "@novu/api/models/operations";

let value: IntegrationsControllerUpdateIntegrationByIdResponse = {
  headers: {
    "key": [
      "<value>",
    ],
  },
  result: {
    environmentId: "<id>",
    organizationId: "<id>",
    name: "<value>",
    identifier: "<value>",
    providerId: "<id>",
    channel: "in_app",
    credentials: {},
    active: false,
    deleted: false,
    primary: false,
  },
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result components.IntegrationResponseDto ✔️ N/A