mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 19:36:16 +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
a04034becd
commit
b43051c53e
|
|
@ -5282,7 +5282,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