Users

Set user's preference

Update the user drive preference ex: notification, date-format, list order etc...

patch/2/drive/preferences

Request body

date_format'd F Y' | 'd/m/Y' | 'm/d/Y'
default_driveinteger
density'compact' | 'large' | 'normal'
sort_recent_fileboolean
tutorialsinteger[]
use_shortcutboolean

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes