Skip to content

Commit

Permalink
Merge pull request #187 from regulaforensics/SP-18014/Change_tag_type
Browse files Browse the repository at this point in the history
SP-18014: Change tag type
  • Loading branch information
GubinAlexander authored Sep 5, 2024
2 parents 6c339e2 + d8a2967 commit 206611f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ components:
items:
$ref: "#/components/schemas/ProcessRequestImage"
tag:
type: integer
format: uuid
type: string
description: "Session ID"
tenant:
type: string
Expand Down
6 changes: 2 additions & 4 deletions p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ paths:
InData:
$ref: '#/components/schemas/InData'
tag:
type: integer
format: uuid
type: string
transactionId:
type: string
format: uuid
Expand Down Expand Up @@ -237,8 +236,7 @@ components:
type: integer
format: uuid
tag:
type: integer
format: uuid
type: string
outData:
$ref: '#/components/schemas/OutData'
inData:
Expand Down

0 comments on commit 206611f

Please sign in to comment.