diff options
author | 6543 <6543@obermui.de> | 2020-01-06 05:58:13 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2020-01-06 06:58:13 +0200 |
commit | bcac7cb9342e17bdb80028f342fb911dcb854c25 (patch) | |
tree | 1a9e1d7709a6bbb6b07fd39069f572b595973d73 /templates | |
parent | 2a1cf5bae975e59cb27a74cbe443d25ba329145c (diff) | |
download | gitea-bcac7cb9342e17bdb80028f342fb911dcb854c25.tar.gz gitea-bcac7cb9342e17bdb80028f342fb911dcb854c25.zip |
fix swagger description of reaction API (#9617)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index f31b37cc45..45e84d3ed0 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -3102,7 +3102,7 @@ "tags": [ "issue" ], - "summary": "Get a list reactions of a issue comment", + "summary": "Get a list of reactions from a comment of an issue", "operationId": "issueGetCommentReactions", "parameters": [ { @@ -3147,7 +3147,7 @@ "tags": [ "issue" ], - "summary": "Add a reaction to a comment of a issue comment", + "summary": "Add a reaction to a comment of an issue", "operationId": "issuePostCommentReaction", "parameters": [ { @@ -3202,7 +3202,7 @@ "tags": [ "issue" ], - "summary": "Remove a reaction from a comment of a issue comment", + "summary": "Remove a reaction from a comment of an issue", "operationId": "issueDeleteCommentReaction", "parameters": [ { @@ -3871,7 +3871,7 @@ "tags": [ "issue" ], - "summary": "Get a list reactions of a issue", + "summary": "Get a list reactions of an issue", "operationId": "issueGetIssueReactions", "parameters": [ { @@ -3916,7 +3916,7 @@ "tags": [ "issue" ], - "summary": "Add a reaction to a comment of a issue", + "summary": "Add a reaction to an issue", "operationId": "issuePostIssueReaction", "parameters": [ { @@ -3971,7 +3971,7 @@ "tags": [ "issue" ], - "summary": "Remove a reaction from a comment of a issue", + "summary": "Remove a reaction from an issue", "operationId": "issueDeleteIssueReaction", "parameters": [ { |