Memory Comments

Description

The memory comments resource defines a list of comments on a memory.

Operations

GET - Read comments on a memory.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
mid path The id of the memory
Status Codes
  • 200  -  Upon a successful read.
  • 404  -  If the requested discussion is not found.

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.

Example Requests

Create Memories Comment How to create a comment on a memory.
Read Memories Comments How to read the comments of users on a memory.

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.