Skip to main content

Update a store by ID

PUT 

/stores/:id

Update information about a specific store.

Request

Path Parameters

    id stringrequired

    The ID of the store to retrieve, update or delete

Body

required
    name string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object

Responses

Store updated

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