Skip to main content

Update a load by ID

PUT 

/loads/:id

Update information about a specific load.

Request

Path Parameters

    id stringrequired

    The ID of the load to retrieve, update or delete

Body

required
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object

Responses

Load updated

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