Skip to content

Update user settings

PUT
/v1/users/self/settings
curl --request PUT \
--url https://example.com/api/v1/users/self/settings \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{}'

Settings Data

Media type application/json
object
key
additional properties
any
Example generated
{}

OK

Media type application/json
object
item
item
object
key
additional properties
any
Example generated
{
"item": {}
}