Skip to main content
PUT
/
api
/
Users
/
Me
/
Settings
Update Settings for current User.
curl --request PUT \
  --url https://api.example.com/api/Users/Me/Settings \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "type": "<string>",
    "value": "<string>"
  }
]
'

Body

application/json
type
string | null
value
string | null

Response

200

OK