Skip to content

Commit 8964381

Browse files
committed
dont be in soutch a rush
1 parent 20569b4 commit 8964381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/misc/settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
func SettingGetsAllowedReactions(ctx *context.APIContext) {
1414
// swagger:operation GET /settings/allowed_reactions miscellaneous getAllowedReactions
1515
// ---
16-
// summary: Returns the version of the Gitea application
16+
// summary: Returns string array of allowed reactions
1717
// produces:
1818
// - application/json
1919
// responses:

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8351,7 +8351,7 @@
83518351
"tags": [
83528352
"miscellaneous"
83538353
],
8354-
"summary": "Returns the version of the Gitea application",
8354+
"summary": "Returns string array of allowed reactions",
83558355
"operationId": "getAllowedReactions",
83568356
"responses": {
83578357
"200": {

0 commit comments

Comments
 (0)