The users/settings endpoint enables you to save your settings.
users/settings
PUT
videoOnly: Should only the video be shown?
chatTimestamps: Format of the timestamp (12 or 24)
emoji: Should emojis be shown?
tooltips: Should tooltips be shown?
chatImages: Should chat images be shown?
notifyDJ: Should DJ notifications be shown?
notifyScore: Should score notifications be shown?
notifyFriendJoin: Should friend join notifications be shown?
nsfw: Should rooms that are flagged as not safe for work be listed?
friendAvatarsOnly: Should only the avatars of your friends be shown?
{
"videoOnly": false,
"chatTimestamps": 12,
"emoji": true,
"tooltips": true,
"chatImages": true,
"notifyDJ": true,
"notifyScore": true,
"notifyFriendJoin": true,
"nsfw": false,
"friendAvatarsOnly": false,
}Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}Missing fields
{
"data": [
"At least 1 of these fields is required: videoOnly, chatTimestamps, emoji, tooltips, chatImages, notifyDJ, notifyScore, notifyFriendJoin, nsfw, friendAvatarsOnly"
],
"status": "requestError",
}{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}