Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.34 KB

updateintegrationrequestdto.md

File metadata and controls

22 lines (17 loc) · 3.34 KB

UpdateIntegrationRequestDto

Example Usage

import { UpdateIntegrationRequestDto } from "@novu/api/models/components";

let value: UpdateIntegrationRequestDto = {};

Fields

Field Type Required Description
environmentId string N/A
active boolean If the integration is active the validation on the credentials field will run
check boolean N/A
conditions components.StepFilter[] N/A
credentials components.CredentialsDto N/A
identifier string N/A
name string N/A
removeNovuBranding boolean If true, the Novu branding will be removed from the Inbox component