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:
Jan Karwowski 2023-12-13 17:28:31 +01:00
parent a04034becd
commit b43051c53e

View File

@ -5282,7 +5282,7 @@
},
"purchased_date": {
"type": "string",
"format": "date-time"
"format": "date"
},
"used_date": {
"type": "string",