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

Path Parameters

userId
integer<int32>
required

Body

application/json
type
string | null
value
string | null

Response

200

OK