post https://api.iotgps.io/v1/users//settings
Updates the settings of an user. At least one of the body parameters is required.
Log in to see full request history
Responses
Updates the settings of an user. At least one of the body parameters is required.
xxxxxxxxxx
15curl --request POST \
--url https://api.iotgps.io/v1/users/userId/settings \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"defaultMapLayer": "satellite",
"speedUnits": "mph",
"distanceUnits": "mi",
"homePage": "trackers",
"temperatureUnits": "F",
"alertsNotificationsOn": false,
"timeZone": "US/Eastern"
}
'
Try It!
to start a request and see the response here! Or choose an example: