Skip to content

Commit

Permalink
docs(serverless-functions): add description to schema field (#11533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris authored Sep 26, 2023
1 parent 1c72eb3 commit 2ab3320
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

1 comment on commit 2ab3320

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:2ab3320015f3d177bf6e113952b2e4dc55d32315
Artifacts available https://github.com/Kong/kong/actions/runs/6319032473

Please sign in to comment.