mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
In openapi schema fix purchased date format in stock log entry
It should be just date not a date-time format.
This commit is contained in:
parent
91c7cbffa4
commit
08d5d0977d
|
|
@ -5329,7 +5329,7 @@
|
|||
},
|
||||
"purchased_date": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date"
|
||||
},
|
||||
"used_date": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user