@@ -1996,6 +1996,9 @@ const docTemplate = `{
|
|||||||
"data.EventIndexDoc": {
|
"data.EventIndexDoc": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"checkin_count": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -2005,6 +2008,9 @@ const docTemplate = `{
|
|||||||
"event_id": {
|
"event_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"join_count": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1994,6 +1994,9 @@
|
|||||||
"data.EventIndexDoc": {
|
"data.EventIndexDoc": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"checkin_count": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -2003,6 +2006,9 @@
|
|||||||
"event_id": {
|
"event_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"join_count": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,12 +2,16 @@ basePath: /api/v1
|
|||||||
definitions:
|
definitions:
|
||||||
data.EventIndexDoc:
|
data.EventIndexDoc:
|
||||||
properties:
|
properties:
|
||||||
|
checkin_count:
|
||||||
|
type: integer
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
end_time:
|
end_time:
|
||||||
type: string
|
type: string
|
||||||
event_id:
|
event_id:
|
||||||
type: string
|
type: string
|
||||||
|
join_count:
|
||||||
|
type: integer
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
start_time:
|
start_time:
|
||||||
|
|||||||
Reference in New Issue
Block a user