Skip to main content
PATCH
Update User Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Body

application/json
language
string | null

Preferred language code (e.g. 'uk', 'en')

dietary
Dietary · object | null

Dietary preferences and restrictions (e.g. {"vegan": true})

favorite_brands
any[] | null

List of preferred brand names for personalized recommendations

Response

Successful Response

user_id
string
required

Unique user identifier (provided by the client application)

language
string | null

Preferred language code (e.g. 'uk', 'en')

dietary
Dietary · object | null

Dietary preferences and restrictions (e.g. {"vegan": true})

favorite_brands
any[] | null

List of preferred brand names for personalized recommendations