mirror of
https://github.com/grocy/grocy.git
synced 2025-09-18 18:46:51 +00:00
Added new chore property to API schema definition (references #1612)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user