OVPAY-2485 - Added schemas.
This commit is contained in:
parent
d18afcae8c
commit
30e8860a39
@ -3756,7 +3756,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
$ref: "#/components/schemas/ActivateAgoRequest"
|
||||
examples:
|
||||
For self:
|
||||
value:
|
||||
@ -3885,7 +3885,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
$ref: "#/components/schemas/VerifyOtpRequest"
|
||||
example:
|
||||
otp: 123456
|
||||
responses:
|
||||
@ -4939,6 +4939,19 @@ components:
|
||||
description:
|
||||
type: string
|
||||
example: TAT Unsecured
|
||||
ActivateAgoRequest:
|
||||
type: object
|
||||
properties:
|
||||
emailAddress:
|
||||
type: string
|
||||
format: email
|
||||
example: stasjo@htm.nl
|
||||
VerifyOtpRequest:
|
||||
type: object
|
||||
properties:
|
||||
emailAddress:
|
||||
type: string
|
||||
example: 123456
|
||||
ErrorResponse:
|
||||
description: Default response when an invalid request has been sent
|
||||
type: object
|
||||
|
||||
Loading…
Reference in New Issue
Block a user