Skip to main content

Add a comment to a driver

x-ms-visibility: "important"

Adds a comment to the specified driver.

Request Body required

The comment details.

    driverId int64
    comment string
Responses

The comment details.


Schema
    id int64
    createdAt date-time
    updatedAt date-time
    driverId int64
    operatorId string
    comment string
    operatorName string
    operatorEmail string
Loading...