Skip to content

Commit

Permalink
fix: swagger tx timestamp (#297)
Browse files Browse the repository at this point in the history
fix: missing 'timestamp' property on swagger
  • Loading branch information
gfyrag authored Jul 26, 2022
1 parent a8a47f0 commit 7ff60f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/api/controllers/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,9 @@ components:
Transaction:
type: object
properties:
timestamp:
type: string
format: date-time
postings:
type: array
items:
Expand Down

0 comments on commit 7ff60f4

Please sign in to comment.