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:
@@ -342,7 +342,7 @@ paths:
|
||||
summary: Get your profile
|
||||
tags:
|
||||
- Profile
|
||||
patch:
|
||||
put:
|
||||
consumes:
|
||||
- application/json
|
||||
parameters:
|
||||
@@ -428,7 +428,7 @@ paths:
|
||||
summary: Get your profile settings
|
||||
tags:
|
||||
- Profile
|
||||
patch:
|
||||
put:
|
||||
consumes:
|
||||
- application/json
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user