Skip to main content

Patch a load by ID

PATCH 

/loads/:id

Partially update information about a specific load.

Request

Path Parameters

    id stringrequired

    The ID of the load to retrieve, update or delete

Body

required
    properties object
    slots object
    1 object
    name string
    2 object
    name string

Responses

Load patched

Schema
    _id uuid
    name string
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object
    slots object
    1 object
    name string
    2 object
    name string
    createdAt date-time
    updatedAt date-time
Loading...