mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39: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
a04034becd
commit
b43051c53e
|
|
@ -5282,7 +5282,7 @@
|
|||
},
|
||||
"purchased_date": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date"
|
||||
},
|
||||
"used_date": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user