make issue and pr state an enum
This commit is contained in:
parent
80cba9a6c3
commit
ed310f7001
2 changed files with 15 additions and 6 deletions
|
|
@ -21435,6 +21435,10 @@
|
|||
"StateType": {
|
||||
"description": "StateType issue state type",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"open",
|
||||
"closed"
|
||||
],
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
},
|
||||
"StopWatch": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue