Skip to content

Commit

Permalink
add description field for pre-function plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris committed Sep 8, 2023
1 parent d4d547d commit 7948f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/pre-function/_schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return function(plugin_name)
local phase_functions = Schema.define {
required = true,
default = {},
description = "Custom functions, which can be user-defined, are cached and executed sequentially during specific phases: `certificate`, `rewrite`, `access`, `header_filter`, `body_filter`, and `log`.",
type = "array",
elements = {
type = "string",
Expand Down

0 comments on commit 7948f79

Please sign in to comment.