mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 15:46:15 -06:00
Fix swagger operation descriptions
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
fd670c6a27
commit
4431322b80
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"github.com/superseriousbusiness/gotosocial/internal/oauth"
|
"github.com/superseriousbusiness/gotosocial/internal/oauth"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RuleGETHandler swagger:operation GET /api/v1/admin/rules/{id} adminRuleGet
|
// RuleGETHandler swagger:operation GET /api/v1/admin/instance/rules/{id} adminRuleGet
|
||||||
//
|
//
|
||||||
// View instance rule with the given id.
|
// View instance rule with the given id.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"github.com/superseriousbusiness/gotosocial/internal/oauth"
|
"github.com/superseriousbusiness/gotosocial/internal/oauth"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RulesGETHandler swagger:operation GET /api/v1/admin/rules adminsRuleGet
|
// RulesGETHandler swagger:operation GET /api/v1/admin/instance/rules adminsRuleGet
|
||||||
//
|
//
|
||||||
// View instance rules, with IDs.
|
// View instance rules, with IDs.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue