PersonaServiceImpl

The following resources are part of this group:

/persona

Mount Point: /rest/persona

POST

Store a persona.

Request Body

element: persona

The persona to store.

/persona/{id}

Mount Point: /rest/persona/{id}

GET

Reads a persona.

Parameters

name description type default
id The id of the persona to read. path

Response Body

element: persona

The persona.

DELETE

Delete a persona.

Parameters

name description type default
id The id of the persona to delete. path

Response Body

element: (custom)

Whether the persona was successfully deleted.