Update the currently logged in user's dw-web preferences

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

interface_config

string | null

JSON string of the interface config which includes user preferences for dashboards and other interfaces

204

No Content

# ``401      Unauthorized

# ``415      Unsupported Media Type

# ``422      Unprocessable Content

Updated3 months ago

ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/user/preferences


xxxxxxxxxx

curl --request PUT \
\
     --url https://api.dealerware.com/admin/user/preferences \
\
     --header 'accept: application/json' \
\
     --header 'content-type: application/json'

application/json

401415``422

Updated3 months ago