zendesk-messaging-client
    Preparing search index...

    Type Alias ReleaseControlData

    type ReleaseControlData = {
        body?: never;
        path: { appId: string; conversationId: string };
        query?: never;
        url: "/v2/apps/{appId}/conversations/{conversationId}/releaseControl";
    }
    Index

    Properties

    Properties

    body?: never
    path: { appId: string; conversationId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • conversationId: string

      Identifies the conversation.

    query?: never
    url: "/v2/apps/{appId}/conversations/{conversationId}/releaseControl"