Plugins
Update plugin configuration
Updates mutable plugin fields such as timeout, emit_logs, emit_traces, raw_response, allow_get_invocation, config, and forward_logs. The plugin id and path cannot be changed after creation.
All fields are optional - only the provided fields will be updated. To clear the config field, pass "config": null.
patch/api/v1/plugins/{plugin_id}
Path parameters
plugin_idstring required
The unique identifier of the plugin
Request body
Response
Plugin updated successfully