Get plugin config schema
kong_plugin_schemaRetrieve the configuration schema for a Kong plugin to learn valid config fields, types, and defaults before creating or updating the plugin.
Instructions
Fetch the configuration schema for a plugin (GET /schemas/plugins/). Use this before creating/updating a plugin to learn the valid config fields and their types/defaults. Example name: 'rate-limiting', 'key-auth', 'cors', 'jwt', 'acl'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plugin name, e.g. 'rate-limiting'. |