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