Skip to main content
PUT
/
profile
/
preferences
Error
A valid request URL is required to generate request examples
{
  "theme": "<string>",
  "notifications_enabled": true,
  "sidebar_collapsed": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
theme
string
notifications_enabled
boolean
sidebar_collapsed
boolean

Response

Merged preferences

theme
string
notifications_enabled
boolean
sidebar_collapsed
boolean