Approve / reject / deprecate a preference
POST /v1/learned-preferences/:id/:action — Transition one learned preference. Approve makes it active and brings it into the next agent system prompt; reject or de
POST /v1/learned-preferences/:id/:action
Transition one learned preference. Approve makes it active and brings it into the next agent system prompt; reject or deprecate hides it.
| Method | POST |
| Path | /v1/learned-preferences/:id/:action |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | preferences |