Skip to main content

Update a comment on a site

x-ms-visibility: "important"

Updates the specified comment for a site.

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
    siteId int64
    comment string
    operatorId string
    operatorName string
    operatorEmail string
Loading...