Skip to content

Commit

Permalink
Merge pull request #126 from mxenabled/spaulding/fix
Browse files Browse the repository at this point in the history
remove field & fix transaction_guids
  • Loading branch information
matthewmspaulding authored Sep 21, 2023
2 parents d43cf8a + 5ab3da0 commit 9355c20
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1961,10 +1961,6 @@ components:
example: "2016-10-13T18:08:00+00:00"
nullable: true
type: string
current_iteration_number:
example: 1
nullable: true
type: integer
guid:
example: SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262
nullable: true
Expand All @@ -1990,12 +1986,10 @@ components:
nullable: true
type: string
transaction_guids:
example:
[
TRN-265abee9-889b-af6a-c69b-25157db2bdd9,
TRN-543f3fg2-889b-a4ga-c39b-23637db5sfd9,
]
nullable: true
items:
example: TRN-265abee9-889b-af6a-c69b-25157db2bdd9
nullable: true
type: string
type: array
updated_at:
example: 2016-10-13T18:09:00+00:00
Expand Down

0 comments on commit 9355c20

Please sign in to comment.