Add is_checked_in into joined event api
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -2106,6 +2106,9 @@ const docTemplate = `{
|
||||
"event_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_checked_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_joined": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -2104,6 +2104,9 @@
|
||||
"event_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_checked_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_joined": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -12,6 +12,8 @@ definitions:
|
||||
type: string
|
||||
event_id:
|
||||
type: string
|
||||
is_checked_in:
|
||||
type: boolean
|
||||
is_joined:
|
||||
type: boolean
|
||||
join_count:
|
||||
|
||||
Reference in New Issue
Block a user