Skip to content

Commit

Permalink
fixed a swagger definition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jan 11, 2022
1 parent 5d6e563 commit a5a4a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions models/transaction_model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -52156,11 +52156,11 @@
"readOnly": true
},
"taxDate": {
"format": "date-time",
"format": "date",
"description": "Tax date for this transaction",
"type": "string",
"readOnly": true,
"example": "2021-12-25T00:00:00+00:00"
"example": "2021-12-25"
},
"lines": {
"description": "A list of line items in this transaction. To fetch this list, add the query string `?$include=Lines` or `?$include=Details` to your URL.",
Expand Down

0 comments on commit a5a4a31

Please sign in to comment.