feat: complete profile update and settings management

refactor: change profile update endpoints to PUT
refactor: changed profile settings update query to use username
chore: update SQL queries for profile operations
This commit is contained in:
2025-07-23 17:46:59 +03:00
parent f38af13dc1
commit d14f90d628
7 changed files with 130 additions and 38 deletions

View File

@@ -291,7 +291,7 @@
}
}
},
"patch": {
"put": {
"security": [
{
"JWT": []
@@ -390,7 +390,7 @@
}
}
},
"patch": {
"put": {
"security": [
{
"JWT": []