OVPAY-973 - Temporarily commented deviceId.
This commit is contained in:
parent
62cd075f2e
commit
b2959be276
@ -63,13 +63,13 @@ paths:
|
||||
schema:
|
||||
type: integer
|
||||
description: Filter by OVPay token ID
|
||||
- name: deviceId
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
description: Filter by device ID
|
||||
# - name: deviceId
|
||||
# in: query
|
||||
# required: false
|
||||
# schema:
|
||||
# type: string
|
||||
# format: uuid
|
||||
# description: Filter by device ID
|
||||
- name: isActive
|
||||
in: query
|
||||
required: false
|
||||
@ -111,7 +111,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: null
|
||||
ovpayTokenId: null
|
||||
deviceId: null
|
||||
# deviceId: null
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 579405e3-e7e2-433a-874d-2a129fd10183
|
||||
user: "1001337"
|
||||
@ -144,7 +144,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: null
|
||||
ovpayTokenId: null
|
||||
deviceId: null
|
||||
# deviceId: null
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 90353a1d-c5bd-44c2-aa75-57873b8071c8
|
||||
user: "1001338"
|
||||
@ -181,7 +181,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: 1337
|
||||
ovpayTokenId: 42
|
||||
deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 30b32657-1ba1-44e0-8868-4db807695387
|
||||
user: "1001337"
|
||||
@ -218,7 +218,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: 1338
|
||||
ovpayTokenId: 43
|
||||
deviceId: c4b8e1f3-8f4e-4d2a-9f3e-1c2b3a4d5e6f
|
||||
# deviceId: c4b8e1f3-8f4e-4d2a-9f3e-1c2b3a4d5e6f
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 7fae0d2c-1e20-4f3e-b25d-fd8505a381c4
|
||||
user: "1001338"
|
||||
@ -290,7 +290,7 @@ paths:
|
||||
eventTypeChannelId: 22a9ab1cb-b1a3-482e-bae3-9a517a8cfb4f
|
||||
customerProfileId: 1337
|
||||
ovpayTokenId: 42
|
||||
deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities: [
|
||||
{
|
||||
user: "1001337",
|
||||
@ -328,7 +328,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: null
|
||||
ovpayTokenId: null
|
||||
deviceId: null
|
||||
# deviceId: null
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 90353a1d-c5bd-44c2-aa75-57873b8071c8
|
||||
user: "1001338"
|
||||
@ -356,7 +356,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: 1337
|
||||
ovpayTokenId: 42
|
||||
deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 90353a1d-c5bd-44c2-aa75-57873b8071c8
|
||||
user: "1001338"
|
||||
@ -489,7 +489,7 @@ paths:
|
||||
isMandatory: false
|
||||
customerProfileId: 1337
|
||||
ovpayTokenId: 42
|
||||
deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities:
|
||||
- subscriptionActivityId: 30b32657-1ba1-44e0-8868-4db807695387
|
||||
user: "1001337"
|
||||
@ -938,10 +938,10 @@ components:
|
||||
ovpayTokenId:
|
||||
type: integer
|
||||
example: 42
|
||||
deviceId:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId:
|
||||
# type: string
|
||||
# format: uuid
|
||||
# example: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities:
|
||||
type: array
|
||||
items:
|
||||
@ -982,10 +982,10 @@ components:
|
||||
ovpayTokenId:
|
||||
type: integer
|
||||
example: 42
|
||||
deviceId:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
# deviceId:
|
||||
# type: string
|
||||
# format: uuid
|
||||
# example: 7122a988-a00a-417d-a5b4-da2d91354976
|
||||
subscriptionActivities:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user