@@ -1148,7 +1148,7 @@ const docTemplate = `{
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"description": "Unauthorized / Missing User ID",
|
||||
"description": "Unauthorized / Missing User ID / Event Limit Exceeded",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
@@ -1146,7 +1146,7 @@
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"description": "Unauthorized / Missing User ID",
|
||||
"description": "Unauthorized / Missing User ID / Event Limit Exceeded",
|
||||
"schema": {
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
@@ -821,7 +821,7 @@ paths:
|
||||
type: object
|
||||
type: object
|
||||
"403":
|
||||
description: Unauthorized / Missing User ID
|
||||
description: Unauthorized / Missing User ID / Event Limit Exceeded
|
||||
schema:
|
||||
allOf:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
|
||||
Reference in New Issue
Block a user