mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix swagger description of reaction API (#9617)
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user