Skip to main content

Update a comment on a charger

x-ms-visibility: "important"

Updates the specified comment for a charger.

Path Parameters
    commentId int64 required

    ID of the comment to update.

Request Body required

The updated comment details.

    comment string
Responses

Comment successfully updated.


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