diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 8f7633c..3be6d63 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -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