-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Core - Content REST APIs
Currently you cannot manipulate comments through the remote API.
I suggest we add methods to:
- add comment
- remove comment
- retrieve single comment (by ID)
Also, the Comment struct itself needs to be modified to include a "parent" field as then we can reconstruct the comment tree remotely if needed.