mirror of
https://github.com/go-gitea/gitea
synced 2025-09-18 22:58:14 +00:00
Exposing TimeEstimate field in the API (#35475)
Time Estimate field is not included in the issue modification webhooks or issue API endpoints. This PR fixes the field for the API. --------- Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@users.noreply.github.com> Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@cloudparallax.com>
This commit is contained in:
committed by
GitHub
parent
8c8eb4b6f9
commit
fe5afcb022
5
templates/swagger/v1_json.tmpl
generated
5
templates/swagger/v1_json.tmpl
generated
@@ -25728,6 +25728,11 @@
|
||||
"state": {
|
||||
"$ref": "#/definitions/StateType"
|
||||
},
|
||||
"time_estimate": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "TimeEstimate"
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"x-go-name": "Title"
|
||||
|
Reference in New Issue
Block a user