Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ paths:
- in: path
name: transactionId
schema:
type: integer
type: string
format: uuid
required: true
description: Transaction id
Expand Down Expand Up @@ -51,7 +51,7 @@ paths:
- in: path
name: transactionId
schema:
type: integer
type: string
format: uuid
required: true
description: Transaction id
Expand All @@ -76,7 +76,7 @@ paths:
- in: path
name: transactionId
schema:
type: integer
type: string
format: uuid
required: true
description: Transaction id
Expand Down Expand Up @@ -132,7 +132,7 @@ paths:
- in: path
name: transactionId
schema:
type: integer
type: string
format: uuid
required: true
description: Transaction id
Expand Down Expand Up @@ -161,7 +161,7 @@ paths:
- in: path
name: tagId
schema:
type: integer
type: string
format: uuid
required: true
description: Tag id
Expand Down Expand Up @@ -218,7 +218,7 @@ components:
type: object
properties:
id:
type: integer
type: string
format: uuid
description: "Transaction id"
state:
Expand All @@ -232,7 +232,7 @@ components:
type: object
properties:
transactionId:
type: integer
type: string
format: uuid
tag:
type: string
Expand Down
Loading