Added new chore property to API schema definition (references #1612)

This commit is contained in:
Bernd Bestel
2022-02-08 20:39:19 +01:00
parent 61a1b1428a
commit ce74062a9f

View File

@@ -5094,6 +5094,10 @@
"next_execution_assigned_to_user_id": {
"type": "integer"
},
"start_date": {
"type": "string",
"format": "date-time"
},
"row_created_timestamp": {
"type": "string",
"format": "date-time"