POST api/v1/points/{pointTag}/comment

Updates a point comment record

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 3

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pointTag

CygNet point tag

string

Required

Body Parameters

Request object for updating a point configuration record

NameDescriptionTypeAdditional information
comment

Point comment

string

None

Request Formats

application/json, text/json

Sample:
{
  "comment": "Shiny new comment"
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
comment

Point comment

string

None

Response Formats

application/json, text/json

Sample:
{
  "comment": "Shiny new comment"
}