Feat(booking): Added backtosg field
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -425,6 +425,10 @@
|
||||
"travelDate"
|
||||
],
|
||||
"properties": {
|
||||
"backToSg": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
"contact": {
|
||||
"type": "string",
|
||||
"example": "+6512345678"
|
||||
@@ -455,7 +459,13 @@
|
||||
},
|
||||
"ktmtrainbot.BookingResponse": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"backToSg"
|
||||
],
|
||||
"properties": {
|
||||
"backToSg": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user