chore: updated docs

This commit is contained in:
2025-06-20 17:55:42 +03:00
parent c57b37e88f
commit 0621bad6f8
3 changed files with 52 additions and 0 deletions

View File

@@ -146,6 +146,26 @@ const docTemplate = `{
"responses": {}
}
},
"/profile": {
"patch": {
"security": [
{
"JWT": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Profile"
],
"summary": "Update profile",
"responses": {}
}
},
"/profile/me": {
"get": {
"security": [