98
docs/docs.go
98
docs/docs.go
@@ -595,6 +595,24 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error",
|
||||
"schema": {
|
||||
@@ -834,6 +852,24 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Event Not Found",
|
||||
"schema": {
|
||||
@@ -946,6 +982,24 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (Database query failed)",
|
||||
"schema": {
|
||||
@@ -1004,7 +1058,7 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1107,7 +1161,7 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1125,7 +1179,7 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"403": {
|
||||
"description": "User Not Public",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1143,6 +1197,24 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "User Not Found",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (UUID Parse Failed)",
|
||||
"schema": {
|
||||
@@ -1237,6 +1309,24 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (Search Engine or Missing Offset)",
|
||||
"schema": {
|
||||
@@ -1324,7 +1414,7 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
|
||||
@@ -593,6 +593,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error",
|
||||
"schema": {
|
||||
@@ -832,6 +850,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Event Not Found",
|
||||
"schema": {
|
||||
@@ -944,6 +980,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (Database query failed)",
|
||||
"schema": {
|
||||
@@ -1002,7 +1056,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1105,7 +1159,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1123,7 +1177,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"403": {
|
||||
"description": "User Not Public",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
@@ -1141,6 +1195,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "User Not Found",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (UUID Parse Failed)",
|
||||
"schema": {
|
||||
@@ -1235,6 +1307,24 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/utils.RespStatus"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal Server Error (Search Engine or Missing Offset)",
|
||||
"schema": {
|
||||
@@ -1322,7 +1412,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"401": {
|
||||
"description": "Missing User ID / Unauthorized",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
|
||||
@@ -463,6 +463,15 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"500":
|
||||
description: Internal Server Error
|
||||
schema:
|
||||
@@ -595,6 +604,15 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"404":
|
||||
description: Event Not Found
|
||||
schema:
|
||||
@@ -657,6 +675,15 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"500":
|
||||
description: Internal Server Error (Database query failed)
|
||||
schema:
|
||||
@@ -689,7 +716,7 @@ paths:
|
||||
data:
|
||||
$ref: '#/definitions/service_user.UserInfoData'
|
||||
type: object
|
||||
"403":
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
@@ -745,7 +772,7 @@ paths:
|
||||
data:
|
||||
$ref: '#/definitions/service_user.UserInfoData'
|
||||
type: object
|
||||
"403":
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
@@ -754,7 +781,7 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"404":
|
||||
"403":
|
||||
description: User Not Public
|
||||
schema:
|
||||
allOf:
|
||||
@@ -763,6 +790,15 @@ paths:
|
||||
data:
|
||||
$ref: '#/definitions/service_user.UserInfoData'
|
||||
type: object
|
||||
"404":
|
||||
description: User Not Found
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"500":
|
||||
description: Internal Server Error (UUID Parse Failed)
|
||||
schema:
|
||||
@@ -816,6 +852,15 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"500":
|
||||
description: Internal Server Error (Search Engine or Missing Offset)
|
||||
schema:
|
||||
@@ -865,7 +910,7 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
"403":
|
||||
"401":
|
||||
description: Missing User ID / Unauthorized
|
||||
schema:
|
||||
allOf:
|
||||
|
||||
Reference in New Issue
Block a user