Memory Persona

Description

The memories persona resource defines a persona on a memory. It allows you to read, update or delete a memory persona.

Operations

GET - Read a persona.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
mid path The id of the memory.
pid path The id of the persona.
Status Codes
  • 200  -  Upon a successful read.
  • 301  -  If the requested person has been merged into another person.
  • 404  -  If the requested person is not found.
  • 410  -  If the requested person has been deleted.

POST - Update a persona.

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.
pid path The id of the persona.
body request-body The persona to be used for the update.
Status Codes
  • 204  -  The update was successful.
  • 301  -  If the requested person has been merged into another person.
  • 404  -  If the requested person is not found.
  • 410  -  If the requested person has been deleted.

DELETE - Delete a persona.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
X-Reason header The reason the persona is to be deleted.
mid path The id of the memory.
pid path The id of the persona.
Status Codes
  • 204  -  The delete was successful.
  • 301  -  If the requested person has been merged into another person.
  • 404  -  If the requested person is not found.
  • 410  -  If the requested person has already been deleted.

Example Requests

Delete Memory Persona How to delete a memory persona.
Read Memory Persona How to read a memory persona.
Update Memory Persona How to update a memory persona.

언어 변경

피드백

보내는 중…

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

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