zendesk-messaging-client
    Preparing search index...

    Type Alias CreateSwitchboardIntegrationData

    type CreateSwitchboardIntegrationData = {
        body: SwitchboardIntegrationCreateBody;
        path: { appId: string; switchboardId: string };
        query?: never;
        url: "/v2/apps/{appId}/switchboards/{switchboardId}/switchboardIntegrations";
    }
    Index

    Properties

    Properties

    path: { appId: string; switchboardId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • switchboardId: string

      Identifies the switchboard.

    query?: never
    url: "/v2/apps/{appId}/switchboards/{switchboardId}/switchboardIntegrations"