POST - Add comment(s) to a memory, or update existing comment(s). Comments to be updated are distinguished from comments to be added to the memory by the presence
of an id on the comment.
Produces - Specify a returned data format using the Accept
header.
Consumes - Specify the incoming data format using the
Content-Type
header.
Parameters
Name |
Type |
Description |
mid |
path |
The id of the memory |
body |
request-body |
The comments to be added or updated. |
Status Codes
- 204 - The operation was successful.
- 404 - If the discussion for the comments is not found.
Memory Comments
Path
/platform/memories/memories/{mid}/comments
Description
Operations
GET - Read comments on a memory.
Accept
header.POST - Add comment(s) to a memory, or update existing comment(s). Comments to be updated are distinguished from comments to be added to the memory by the presence of an id on the comment.
Accept
header.Content-Type
header.Example Requests
Related Links