Skip to main content

Set persona refresh cadence override

PUT 

/api/v1/personas/:persona_id/refresh-policy

Set (or clear) the per-persona refresh cadence override.

Body: {"frequency": "weekly|monthly|quarterly|manual"}. Pass null / empty / "default" to clear the override and inherit the workspace default. Recomputes next_refresh_at from the last refresh (or now) at the new cadence.

Request

Responses

Unprocessable Entity