Update docs
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-05 15:22:01 +08:00
parent 2af9d23aba
commit 42fdceaf88
3 changed files with 16 additions and 0 deletions

View File

@@ -1996,6 +1996,9 @@ const docTemplate = `{
"data.EventIndexDoc": {
"type": "object",
"properties": {
"checkin_count": {
"type": "integer"
},
"description": {
"type": "string"
},
@@ -2005,6 +2008,9 @@ const docTemplate = `{
"event_id": {
"type": "string"
},
"join_count": {
"type": "integer"
},
"name": {
"type": "string"
},

View File

@@ -1994,6 +1994,9 @@
"data.EventIndexDoc": {
"type": "object",
"properties": {
"checkin_count": {
"type": "integer"
},
"description": {
"type": "string"
},
@@ -2003,6 +2006,9 @@
"event_id": {
"type": "string"
},
"join_count": {
"type": "integer"
},
"name": {
"type": "string"
},

View File

@@ -2,12 +2,16 @@ basePath: /api/v1
definitions:
data.EventIndexDoc:
properties:
checkin_count:
type: integer
description:
type: string
end_time:
type: string
event_id:
type: string
join_count:
type: integer
name:
type: string
start_time: