...
Attributes | Values |
---|---|
HTTP Method | PUTPOST |
Request URI | /comment?path={ resource path } |
HTTP Request Header | Authorization: Bearer {OAuth access token} Content-Type: text/plain |
Payload | Comment appears in text format |
Description | Add the payload comment to the requested resource |
Response | HTTP 204 No Content |
Response Type | application/json |
...
Attributes | Values |
---|---|
HTTP Method | POSTPUT |
Request URI | /comment?path={ resource path }&id={ comment id} |
HTTP Request Header | Authorization: Bearer { OAuth access token } Content-Type: text/plain |
Payload | New comment to be updated as TEXT. |
Description | It replaces the new comment for the given comment id |
Response | HTTP 204 No Content |
Response Type | application/json |
...