@@ -984,7 +984,7 @@ const docTemplate = `{
|
|||||||
"tags": [
|
"tags": [
|
||||||
"User"
|
"User"
|
||||||
],
|
],
|
||||||
"summary": "Get My User Information",
|
"summary": "Get Other User Information",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Successful profile retrieval",
|
"description": "Successful profile retrieval",
|
||||||
|
|||||||
@@ -982,7 +982,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"User"
|
"User"
|
||||||
],
|
],
|
||||||
"summary": "Get My User Information",
|
"summary": "Get Other User Information",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Successful profile retrieval",
|
"description": "Successful profile retrieval",
|
||||||
|
|||||||
@@ -725,7 +725,7 @@ paths:
|
|||||||
type: object
|
type: object
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Get My User Information
|
summary: Get Other User Information
|
||||||
tags:
|
tags:
|
||||||
- User
|
- User
|
||||||
/user/list:
|
/user/list:
|
||||||
|
|||||||
Reference in New Issue
Block a user