diff --git a/docs/docs.go b/docs/docs.go index 9d46ba9..675c765 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1148,7 +1148,7 @@ const docTemplate = `{ } }, "403": { - "description": "Unauthorized / Missing User ID", + "description": "Unauthorized / Missing User ID / Event Limit Exceeded", "schema": { "allOf": [ { diff --git a/docs/swagger.json b/docs/swagger.json index 7ca04d4..6ea1a2e 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1146,7 +1146,7 @@ } }, "403": { - "description": "Unauthorized / Missing User ID", + "description": "Unauthorized / Missing User ID / Event Limit Exceeded", "schema": { "allOf": [ { diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 78516c9..4ffc5a6 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -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'