---
title: "Patch Preferences"
method: PATCH
path: "/api/v1/ollie/preferences"
tags: ["ollie"]
---

# Patch Preferences

`PATCH /api/v1/ollie/preferences`

Update Ollie preferences; only provided fields mutate.

## Request body

- UserPreferencesUpdate — Partial-update payload for user preferences.
  - `ollie_enabled` boolean, nullable
  - `ollie_proactivity` 'active' | 'minimal' | 'off', nullable

## Response `200`

Successful Response

- UserPreferencesResponse — Read model for per-user Ollie settings.
  - `user_id` string, uuid, required
  - `ollie_enabled` boolean, required
  - `ollie_proactivity` 'active' | 'minimal' | 'off', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
