This commit is contained in:
stuzer05 2023-02-24 19:31:40 +02:00
parent e15549501d
commit f463765fec
1 changed files with 9 additions and 0 deletions

View File

@ -16287,6 +16287,10 @@
"type": "string",
"x-go-name": "State"
},
"time_estimate": {
"type": "string",
"x-go-name": "TimeEstimate"
},
"title": {
"type": "string",
"x-go-name": "Title"
@ -17505,6 +17509,11 @@
"state": {
"$ref": "#/definitions/StateType"
},
"time_estimate": {
"type": "integer",
"format": "int64",
"x-go-name": "TimeEstimate"
},
"title": {
"type": "string",
"x-go-name": "Title"