Skip to main content

Update buffer locations

POST 

/stores/:storeId/buffer-locations

Update the buffer locations for a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update buffer locations

Body

required
    bufferLocations uuid[]required

Responses

Buffer locations updated

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