-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
[Frontend Migration]: Add API endpoint /api/config/application/ #718
Comments
Implemented at: /api/appsettings/config/, for details see doc string: tubearchivist/backend/appsettings/views.py Lines 29 to 34 in 192d518
|
What about the And why are the keys flattened? |
Updating the user config seems to fail silently now.
|
updating user config through POST /api/user/me/ works fine for me on latest commit from refactor-react-migration branch. Maybe your migrations didn't run correctly in the backend? e.g. |
Hmm, yeah it works, but the exception is still thrown 😅 |
Domain
Backend
Description
Is your feature request related to a problem? Please describe.
Data for the page
/settings/application/
is missing in the api endpoints.Describe the solution you'd like
The Api endpoint
/api/config/application/
has been implemented simmilar to/api/config/user/
Additional context
/api/config/application/
( POST, GET )GET response body & POST body:
The text was updated successfully, but these errors were encountered: