auth
Update Theme Preference
Persist the user's theme preference (system / light / dark / null).
null clears the column so the client falls back to its default (system). Pydantic enforces the enum at request validation time so an arbitrary string can't reach the column.
patch/auth/me/theme
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.