Endpoints
Update a Persona
Update a specific persona by ID.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the persona to update.
Body
application/json
Updated persona details.
The body is of type object
.
Response
200
application/json
Persona updated successfully.
The response is of type object
.