Skip to main content

Add a comment to a site

x-ms-visibility: "important"

Adds a comment to the specified site.

Request Body required

The comment details.

    siteId int64
    comment string
Responses

The comment details.


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