/v1/me/preferences| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
themeobjectcolor_themeobjecttimezoneobjectlocaleobjectnotification_preferencesobjectcurl -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": {}
}'No response body documented
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": {}
}'No response body documented