1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

API: NotificationSubject show Issue/Pull State (#12901)

This commit is contained in:
6543
2020-09-21 01:10:53 +02:00
committed by GitHub
parent 3f9eb93cc6
commit 2dbca92a0f
3 changed files with 10 additions and 4 deletions

View File

@@ -13835,6 +13835,9 @@
"type": "string",
"x-go-name": "LatestCommentURL"
},
"state": {
"$ref": "#/definitions/StateType"
},
"title": {
"type": "string",
"x-go-name": "Title"