Compare commits
2 Commits
fc8596f0f3
...
b39637a4ec
| Author | SHA1 | Date | |
|---|---|---|---|
| b39637a4ec | |||
| 43bca1a87d |
@ -1428,7 +1428,7 @@ paths:
|
|||||||
"challengeTypeId": 1,
|
"challengeTypeId": 1,
|
||||||
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
||||||
}
|
}
|
||||||
exisiting PersonalAccountData:
|
existing PersonalAccountData:
|
||||||
summary: PersonalAccountData already exists for customerToken
|
summary: PersonalAccountData already exists for customerToken
|
||||||
description: PersonalAccountData already exists for customerToken
|
description: PersonalAccountData already exists for customerToken
|
||||||
value:
|
value:
|
||||||
@ -1455,12 +1455,16 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
examples:
|
examples:
|
||||||
exisiting PersonalAccountData:
|
existing PersonalAccountData:
|
||||||
summary: PersonalAccountData already exists for customerToken
|
summary: PersonalAccountData already exists for customerToken
|
||||||
description: PersonalAccountData already exists for customerToken
|
description: PersonalAccountData already exists for customerToken
|
||||||
value:
|
value:
|
||||||
"Resource already exist"
|
{
|
||||||
|
"code": "405",
|
||||||
|
"type": "string",
|
||||||
|
"message": "Method not allowed",
|
||||||
|
"description": "PersonalAccountData resource already exists for customerToken with customerTokenId:510194ef-0038-45ef-94c7-262df93ef1d7"
|
||||||
|
}
|
||||||
/personalaccountdata:
|
/personalaccountdata:
|
||||||
get:
|
get:
|
||||||
summary: P5. Find personal account data.
|
summary: P5. Find personal account data.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user