/v1/me/preferences| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
themeobjectcolor_themeobjecttimezoneobjectlocaleobjectnotification_preferencesobjectX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PATCH '/api/v1/me/preferences' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"theme": {},
"color_theme": {},
"timezone": {},
"locale": {},
"notification_preferences": {}
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PATCH '/api/v1/me/preferences' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"theme": {},
"color_theme": {},
"timezone": {},
"locale": {},
"notification_preferences": {}
}'No response body documented