Feat(user): Added swagger examples
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:
@@ -80,16 +80,22 @@ definitions:
|
||||
user.ProfileRequest:
|
||||
properties:
|
||||
ktmTrainCreditCard:
|
||||
example: "1234123412341234"
|
||||
type: string
|
||||
ktmTrainCreditCardCVV:
|
||||
example: "123"
|
||||
type: string
|
||||
ktmTrainCreditCardExpiry:
|
||||
example: 01/2022
|
||||
type: string
|
||||
ktmTrainCreditCardType:
|
||||
example: Visa|Mastercard
|
||||
type: string
|
||||
ktmTrainPassword:
|
||||
example: password
|
||||
type: string
|
||||
ktmTrainUsername:
|
||||
example: user@gmail.com
|
||||
type: string
|
||||
type: object
|
||||
user.ProfileResponse:
|
||||
|
||||
Reference in New Issue
Block a user