Add attendance id resp for event join api, set root api to /app/api/v1
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -1102,7 +1102,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
"$ref": "#/definitions/service_event.EventJoinResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2184,6 +2184,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.EventJoinResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attendance_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_kyc.KycQueryData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user