diff options
author | 6543 <6543@obermui.de> | 2020-09-21 01:10:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 19:10:53 -0400 |
commit | 2dbca92a0f145ddf6d0e3d4487be28071f6fd792 (patch) | |
tree | adbf05dd475f3504683cddb95e52ad42aa7210ce /templates | |
parent | 3f9eb93cc6f7de012d25ec17be510a448a6f6042 (diff) | |
download | gitea-2dbca92a0f145ddf6d0e3d4487be28071f6fd792.tar.gz gitea-2dbca92a0f145ddf6d0e3d4487be28071f6fd792.zip |
API: NotificationSubject show Issue/Pull State (#12901)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index b687b4c57f..6792f7444b 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -13835,6 +13835,9 @@ "type": "string", "x-go-name": "LatestCommentURL" }, + "state": { + "$ref": "#/definitions/StateType" + }, "title": { "type": "string", "x-go-name": "Title" |