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:
@@ -291,7 +291,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"put": {
|
||||
"security": [
|
||||
{
|
||||
"JWT": []
|
||||
@@ -390,7 +390,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"put": {
|
||||
"security": [
|
||||
{
|
||||
"JWT": []
|
||||
|
||||
Reference in New Issue
Block a user