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