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

    Interface UpdateServiceRequestData

    interface UpdateServiceRequestData {
        serviceId: string;
        updateServiceRequestBody?: ServiceRequest;
    }
    Index

    Properties

    serviceId: string

    The service ID you want to update.

    updateServiceRequestBody?: ServiceRequest