zendesk-messaging-client
    Preparing search index...

    Type Alias UpdateSwitchboardIntegrationData

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

    Properties

    Properties

    path: { appId: string; switchboardId: string; switchboardIntegrationId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • switchboardId: string

      Identifies the switchboard.

    • switchboardIntegrationId: string

      Identifies the switchboard integration.

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