AimableDocs
DocsAPI Reference
PATCH/v1/me/preferences

Update My Preferences

Headers

NameTypeRequiredDescription
X-API-KeystringOptional

Request Body

application/jsonRequired
themeobject
color_themeobject
timezoneobject
localeobject
notification_preferencesobject

Request

curl -X PATCH '/api-proxy/v1/me/preferences' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{
  "theme": {},
  "color_theme": {},
  "timezone": {},
  "locale": {},
  "notification_preferences": {}
}'

Response

200

No response body documented

Error Responses