fixed typos
This commit is contained in:
parent
88ec45425d
commit
68464bbb78
@ -224,7 +224,7 @@ paths:
|
||||
example: 91641b54-056c-49ea-b598-ccde81d6c45a
|
||||
required: false
|
||||
description: Filter on the xBot of a customer token
|
||||
- name: OV pasNumber
|
||||
- name: ovpasNumber
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
@ -255,13 +255,13 @@ paths:
|
||||
example: 2027-01-01T09:00:00Z
|
||||
required: false
|
||||
description: Filter on the expirationDate of a customer token
|
||||
- name: replaceByTokenId
|
||||
- name: replacedByTokenId
|
||||
in: query
|
||||
schema:
|
||||
type: integer
|
||||
example: 2
|
||||
required: false
|
||||
description: Filter on the replaceByTokenId of a customer token
|
||||
description: Filter on the replacedByTokenId of a customer token
|
||||
summary: Get a list of all OvPayTokens for a certain customer.
|
||||
description: Get a list of all OvPayTokens for a certain customer, only returns the tokens for an identified customer through JWT or customerProfileId in the headers.
|
||||
responses:
|
||||
@ -293,7 +293,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -359,7 +359,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -432,7 +432,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -535,7 +535,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -632,7 +632,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -729,7 +729,7 @@ paths:
|
||||
{
|
||||
"ovPayTokens": [
|
||||
{
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -751,7 +751,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "71ec7a57-7892-4412-afee-5fb35a6f3164",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 6,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -773,7 +773,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "71ec7a57-7892-4412-afee-5fb35a6f3164",
|
||||
"customerProfileId": 18,
|
||||
"ovPayTokenId": 13,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -795,7 +795,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "ece2d43c-738d-4ba8-a699-55f7e7c3a8e9",
|
||||
"customerProfileId": 132,
|
||||
"ovPayTokenId": 21,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -817,7 +817,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "ece2d43c-738d-4ba8-a699-55f7e7c3a8e9",
|
||||
"customerProfileId": 166,
|
||||
"ovPayTokenId": 28,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -839,7 +839,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "9c961d08-7304-4bf5-8294-d7247c57555a",
|
||||
"customerProfileId": 166,
|
||||
"ovPayTokenId": 115,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -861,7 +861,7 @@ paths:
|
||||
}
|
||||
},
|
||||
{
|
||||
"customerProfileId": "9c961d08-7304-4bf5-8294-d7247c57555a",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 118,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -961,7 +961,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -1027,7 +1027,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -1181,7 +1181,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 5,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -1241,7 +1241,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 5,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 2,
|
||||
@ -1315,7 +1315,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 10,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -1449,7 +1449,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -1509,7 +1509,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
@ -1569,7 +1569,7 @@ paths:
|
||||
value:
|
||||
{
|
||||
"ovPayToken": {
|
||||
"customerProfileId": "feaaef83-a551-4283-8419-340b1ada3b55",
|
||||
"customerProfileId": 1,
|
||||
"ovPayTokenId": 1,
|
||||
"tokenType": {
|
||||
"tokenTypeId": 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user