mirror of
https://github.com/grocy/grocy.git
synced 2026-04-02 19:09:25 +02:00
Added new chore property to API schema definition (references #1612)
This commit is contained in:
parent
61a1b1428a
commit
ce74062a9f
|
|
@ -5094,6 +5094,10 @@
|
||||||
"next_execution_assigned_to_user_id": {
|
"next_execution_assigned_to_user_id": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"start_date": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time"
|
||||||
|
},
|
||||||
"row_created_timestamp": {
|
"row_created_timestamp": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user