Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UpdateAppRequestData

    interface UpdateAppRequestData {
        app_id: string;
        appUpdateRequestBody: AppUpdateRequest;
        update_mask?: string[];
    }
    Index

    Properties

    app_id: string

    The unique ID of the app. You can find this on the Sinch Dashboard.

    appUpdateRequestBody: AppUpdateRequest

    The updated app.

    update_mask?: string[]

    The set of field mask paths.