This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!
PUT
PUT /user_settings
{
"timezone": {
"value": "<current_TZ_value>" // for example "America/Chicago"
},
"language": "<language_ID_string>", // for example "fr-CA" (IETF notation recommended)
"date_time_format": "<date_time_format_string>", // for example "yyyy/MM/dd HH:mm:ss Z"
"date_format": "<date_format_string>", // for example "yyyy/MM/dd"
"first_day_of_week": "<SUNDAY|MONDAY>" // default: MONDAY
}