Update a persona
PUT/personas/:persona_id
Every field is optional; send only what changes. The same plan limits apply as on create.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Updated. Returns {message, item} with only id and name, not
the full persona.
Validation failed, or a plan limit was exceeded.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.