Skip to content

Set a persona as the user's default for new conversations.

POST
/api/advisor/personas/{id}/default
curl --request POST \
--url https://api.tradr.cloud/api/advisor/personas/example/default

Atomic flip (REQ-7.9): for a user-owned persona, clears the prior default and sets this one; in all cases records the chosen persona on the user row. 404 if the persona is neither built-in nor owned.

id
required
string

Default updated.

Persona not found (or not owned).