Skip to main content

Update calling stations

POST 

/stores/:storeId/calling-stations

Update the calling stations for a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update calling stations

Body

required
    callingStations uuid[]required

Responses

Calling stations updated

Schema
    _id uuid
    name string
    username string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object
    createdAt date-time
    updatedAt date-time
Loading...