-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user settings / preferences API endpoint #8694
Comments
@dennispost you got an endpoint to both get and set settings. Check the new docs |
@jgtoriginal sadly they're not user preferences, they're only the server's settings. |
@graywolf336 nice, I happen to need some user preferences methods, which I'm about to code the next week. Will focus basically on |
@jgtoriginal Feel free to implement the user's preferences rest api and submit a pull request, we will review it and provide feedback. 👍 |
@graywolf336 will do, thx very much! |
Add an user settings / preferences endpoint to api, to make it possible to change user settings via authenticated api call.
Currently you get these settings object via socket message. But there is no way to change it via api or socket message.
The text was updated successfully, but these errors were encountered: