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
| Name | Description | Type | Additional information |
|---|---|---|---|
| pointTag |
CygNet point tag |
string |
Required |
Body Parameters
Request object for updating a point configuration record
| Name | Description | Type | Additional information |
|---|---|---|---|
| comment |
Point comment |
string |
None |
Request Formats
application/json, text/json
Sample:
{
"comment": "Shiny new comment"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| comment |
Point comment |
string |
None |
Response Formats
application/json, text/json
Sample:
{
"comment": "Shiny new comment"
}