Skip to main content

Patch a store by ID

PATCH 

/stores/:id

Partially 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 patched

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