develop #38
@ -327,9 +327,18 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: [created, succeeded, failed]
|
||||
example: [create, update]
|
||||
explode: false
|
||||
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
|
||||
name: description
|
||||
schema:
|
||||
@ -1811,6 +1820,12 @@ components:
|
||||
format: date-time
|
||||
example: 2022-01-01 00:00:00
|
||||
action:
|
||||
type: string
|
||||
enum:
|
||||
- create
|
||||
- update
|
||||
example: create
|
||||
status:
|
||||
type: string
|
||||
enum:
|
||||
- created
|
||||
@ -1818,6 +1833,7 @@ components:
|
||||
- failed
|
||||
- returned to trx-db
|
||||
- returned to src
|
||||
- re-entered
|
||||
example: created
|
||||
description:
|
||||
type: string
|
||||
@ -1832,6 +1848,7 @@ components:
|
||||
- user
|
||||
- timestamp
|
||||
- action
|
||||
- status
|
||||
TransactionAuditTrailsPostResponseBody:
|
||||
type: object
|
||||
properties:
|
||||
@ -1865,6 +1882,12 @@ components:
|
||||
format: date-time
|
||||
example: 2022-01-01 00:00:00
|
||||
action:
|
||||
type: string
|
||||
enum:
|
||||
- create
|
||||
- update
|
||||
example: create
|
||||
status:
|
||||
type: string
|
||||
enum:
|
||||
- created
|
||||
@ -1872,6 +1895,7 @@ components:
|
||||
- failed
|
||||
- returned to trx-db
|
||||
- returned to src
|
||||
- re-entered
|
||||
example: created
|
||||
description:
|
||||
type: string
|
||||
@ -1888,6 +1912,7 @@ components:
|
||||
- user
|
||||
- timestamp
|
||||
- action
|
||||
- status
|
||||
href:
|
||||
type: string
|
||||
nullable: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user