We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20569b4 commit 8964381Copy full SHA for 8964381
routers/api/v1/misc/settings.go
@@ -13,7 +13,7 @@ import (
13
func SettingGetsAllowedReactions(ctx *context.APIContext) {
14
// swagger:operation GET /settings/allowed_reactions miscellaneous getAllowedReactions
15
// ---
16
- // summary: Returns the version of the Gitea application
+ // summary: Returns string array of allowed reactions
17
// produces:
18
// - application/json
19
// responses:
templates/swagger/v1_json.tmpl
@@ -8351,7 +8351,7 @@
8351
"tags": [
8352
"miscellaneous"
8353
],
8354
- "summary": "Returns the version of the Gitea application",
+ "summary": "Returns string array of allowed reactions",
8355
"operationId": "getAllowedReactions",
8356
"responses": {
8357
"200": {
0 commit comments