develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 90e493fb07 - Show all commits

View File

@ -327,9 +327,18 @@ paths:
type: array type: array
items: items:
type: string type: string
example: [created, succeeded, failed] example: [create, update]
explode: false explode: false
description: The action of the event. description: The action of the event.
- in: query
name: status
schema:
type: array
items:
type: string
example: [created, succeeded, failed, returned to trx-db, returned to src, re-entered]
explode: false
description: The status of the transaction item.
- in: query - in: query
name: description name: description
schema: schema:
@ -1811,6 +1820,12 @@ components:
format: date-time format: date-time
example: 2022-01-01 00:00:00 example: 2022-01-01 00:00:00
action: action:
type: string
enum:
- create
- update
example: create
status:
type: string type: string
enum: enum:
- created - created
@ -1818,6 +1833,7 @@ components:
- failed - failed
- returned to trx-db - returned to trx-db
- returned to src - returned to src
- re-entered
example: created example: created
description: description:
type: string type: string
@ -1832,6 +1848,7 @@ components:
- user - user
- timestamp - timestamp
- action - action
- status
TransactionAuditTrailsPostResponseBody: TransactionAuditTrailsPostResponseBody:
type: object type: object
properties: properties:
@ -1865,6 +1882,12 @@ components:
format: date-time format: date-time
example: 2022-01-01 00:00:00 example: 2022-01-01 00:00:00
action: action:
type: string
enum:
- create
- update
example: create
status:
type: string type: string
enum: enum:
- created - created
@ -1872,6 +1895,7 @@ components:
- failed - failed
- returned to trx-db - returned to trx-db
- returned to src - returned to src
- re-entered
example: created example: created
description: description:
type: string type: string
@ -1888,6 +1912,7 @@ components:
- user - user
- timestamp - timestamp
- action - action
- status
href: href:
type: string type: string
nullable: true nullable: true