zendesk-messaging-client
    Preparing search index...

    Type Alias CreateSwitchboardData

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

    Properties

    Properties

    body?: never
    path: { appId: string }

    Type declaration

    • appId: string

      Identifies the app.

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