mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02: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": {
|
"purchased_date": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date"
|
||||||
},
|
},
|
||||||
"used_date": {
|
"used_date": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user