UserPreferences

Update the authenticated user's interface theme preference

PATCH
/users/me/theme-preferences

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Placeholder: referenced in paths but missing from OpenAPI SSOT. Docs-only stub.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/users/me/theme-preferences" \  -H "Content-Type: application/json" \  -d '{}'
{}
{  "message": "string"}
Empty
{  "message": "string"}