Skip to main content

Update configuration

PUT 

/config

Update the current configuration.

Request

Body

required
    fleetManagementSettings object
    callingStation object
    requestTypes object
    pickup object
    enable boolean
    title string
    dropoff object
    enable boolean
    title string
    material object
    title string
    enableExtraField boolean
    store object
    title string
    enable boolean
    stationTitle string
    empty object
    enable boolean
    title string
    store object
    enable boolean
    title string
    stationTitle string
    trolleyLimit object
    min number
    max number
    createRequestByStore object
    title string
    enable boolean
    processRequest boolean

Responses

Configuration updated

Schema
    _id uuid
    fleetManagementSettings object
    callingStation object
    requestTypes object
    pickup object
    enable boolean
    title string
    dropoff object
    enable boolean
    title string
    material object
    title string
    enableExtraField boolean
    store object
    title string
    enable boolean
    stationTitle string
    empty object
    enable boolean
    title string
    store object
    enable boolean
    title string
    stationTitle string
    trolleyLimit object
    min number
    max number
    createRequestByStore object
    title string
    enable boolean
    processRequest boolean
    createdAt date-time
    updatedAt date-time
Loading...