Skip to content

Commit 517b01f

Browse files
committed
Fixed spec generation
1 parent b55dfd0 commit 517b01f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

routers/api/v1/admin/hooks.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ func ListHooks(ctx *context.APIContext) {
3535
// description: page size of results
3636
// type: integer
3737
// - type: string
38-
// enum:
39-
// - system
40-
// - default
41-
// - all
42-
// description: system, default or both kinds of webhooks
43-
// name: type
44-
// default: system
45-
// in: query
38+
// enum:
39+
// - system
40+
// - default
41+
// - all
42+
// description: system, default or both kinds of webhooks
43+
// name: type
44+
// default: system
45+
// in: query
4646
//
4747
// responses:
4848
// "200":

templates/swagger/v1_json.tmpl

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)