Skip to main content
PATCH
/
users
/
{user_id}
/
settings
Edit the settings of a user
curl --request PATCH \
  --url https://api.example.com/users/{user_id}/settings
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

user_id
string
required

Response

Successful Response