Enable/disable auto-testing this persona against real events
PUT/api/v1/personas/:persona_id/auto-test
Set the per-persona real-event auto-test opt-in Body:
{"enabled": true|false}. Defaults to off; turning it on means every
document ingested into the workspace costs this persona one generation plus
one judge call, capped at EVENT_AUTO_TEST_PERSONA_CAP personas per event.
Request
Responses
- 422
Unprocessable Entity