Skip to main content

Add buffer location

PATCH 

/stores/:storeId/buffer-locations

Add a buffer location to a store.

Request

Path Parameters

    storeId stringrequired

    The ID of the store to update buffer locations

Body

required
    bufferLocationId uuidrequired

Responses

Buffer location added

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