|
|
@ -48,8 +48,9 @@ paths:
|
|
|
|
name: txnId
|
|
|
|
name: txnId
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
The transaction ID for this event. Clients should generate a
|
|
|
|
The transaction ID for this event. Clients should generate an
|
|
|
|
unique ID; it will be used by the server to ensure idempotency of requests.
|
|
|
|
ID unique across requests with the same access token; it will be
|
|
|
|
|
|
|
|
used by the server to ensure idempotency of requests.
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
x-example: "35"
|
|
|
|
x-example: "35"
|
|
|
|
- in: body
|
|
|
|
- in: body
|
|
|
|