---
title: "Changes to Update a Confluent plugin"
method: PUT
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#Confluent"
---

# Changes to Update a Confluent plugin

`PUT /v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#Confluent`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 52 revisions.

- **2026-07-06** `36da5cb9a674` — 4 breaking, 10 info
- **2026-06-11** `62c54f1094bb` — 1 breaking, 1 info
- **2026-04-24** `7d6a643707d9` — 2 info
- **2026-01-13** `ad02b4e24eb2` — 2 info
- **2025-11-11** `28774c89f2cb` — 2 breaking, 2 info
- **2025-10-29** `19e869275e28` — 4 breaking, 1 warning, 7 info
- **2025-09-16** `f03059016622` — 7 breaking
- **2025-08-22** `96118a9cd7f4` — 21 breaking, 61 info
- **2025-07-22** `2c77aeaee5fb` — 5 breaking, 9 info
- **2025-06-17** `c308b7426a7c` — 2 breaking
- **2025-05-21** `69704304ad5f` — 2 info
- **2025-05-01** `351c07039f3c` — 6 info
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
- **2025-03-05** `ceb048468954` — 3 breaking, 3 info
- **2025-02-10** `d833d4dbb1fa` — 1 info

## Changes

- **2026-07-06** `36da5cb9a674` — 4 breaking, 10 info
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became optional for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became optional for the status `200`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/error_handling`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/headers`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/oauthbearer`
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became optional
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became optional
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/error_handling` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/headers` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/oauthbearer` to the response with the `200` status
- **2026-06-11** `62c54f1094bb` — 1 breaking, 1 info
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `200`
- **2026-04-24** `7d6a643707d9` — 2 info
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/condition`
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `200` status
- **2026-01-13** `ad02b4e24eb2` — 2 info
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/security`
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/security` to the response with the `200` status
- **2025-11-11** `28774c89f2cb` — 2 breaking, 2 info
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_headers` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_post_args` became nullable for the status `200`
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_headers` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_post_args` became nullable
- **2025-10-29** `19e869275e28` — 4 breaking, 1 warning, 7 info
  - the `allOf[#/components/schemas/ConfluentPluginConfig]/name` request property type/format changed from `string`/`` to ``/``
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication` became optional for the status `200`
  - the `allOf[#/components/schemas/ConfluentPluginConfig]/name` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `oauth2` enum value to the `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/mode` response property for the response status `200`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2_client`
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication` became optional
  - added the new `oauth2` enum value to the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/mode`
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/oauth2_client` to the response with the `200` status
- **2025-09-16** `f03059016622` — 7 breaking
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_name` became not nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry` became not nullable
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/name` became not nullable
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became not nullable
  - the `allOf[#/components/schemas/PluginBase]/id` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/name` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/partials/items/id` request property's minLength was increased from `0` to `1`
- **2025-08-22** `96118a9cd7f4` — 21 breaking, 61 info
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/allowed_topics` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/bootstrap_servers` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/confluent_cloud_api_key` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/confluent_cloud_api_secret` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/key_query_arg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/message_by_lua_functions` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/basic` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema/schema_version` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema/subject_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/ttl` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/url` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema/schema_version` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema/subject_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topics_query_arg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became nullable for the status `200`
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/allowed_topics` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/bootstrap_servers` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_name` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/confluent_cloud_api_key` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/confluent_cloud_api_secret` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/key_query_arg` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/message_by_lua_functions` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/authentication/basic` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema/schema_version` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/key_schema/subject_name` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/ttl` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/url` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema/schema_version` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry/confluent/value_schema/subject_name` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topics_query_arg` became nullable
  - …42 more
- **2025-07-22** `2c77aeaee5fb` — 5 breaking, 9 info
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config` became required
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became required
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became required
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topic` became required
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `200`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/key_query_arg`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry`
  - the request property `allOf[#/components/schemas/PluginBase]/tags` became nullable
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/key_query_arg` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/schema_registry` to the response with the `200` status
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config` became required for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_key` became required for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/cluster_api_secret` became required for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topic` became required for the status `200`
- **2025-06-17** `c308b7426a7c` — 2 breaking
  - the `allOf[#/components/schemas/ConfluentPluginConfig]/protocols` request property type/format changed from `array`/`` to `array`/`set`
  - the `allOf[#/components/schemas/ConfluentPluginConfig]/protocols` response's property type/format changed from `array`/`` to `array`/`set` for status `200`
- **2025-05-21** `69704304ad5f` — 2 info
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/partials`
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `200` status
- **2025-05-01** `351c07039f3c` — 6 info
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/allowed_topics`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/message_by_lua_functions`
  - added the new optional request property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topics_query_arg`
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/allowed_topics` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/message_by_lua_functions` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/ConfluentPluginConfig]/config/topics_query_arg` to the response with the `200` status
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `200`
  - the request optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only
  - the request optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only
  - the request property `allOf[#/components/schemas/PluginBase]/created_at` became nullable
  - the request property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `200`
- **2025-03-05** `ceb048468954` — 3 breaking, 3 info
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/consumer` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/route` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/ConfluentPluginConfig]/service` became nullable for the status `200`
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/consumer` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/route` became nullable
  - the request property `allOf[#/components/schemas/ConfluentPluginConfig]/service` became nullable
- **2025-02-10** `d833d4dbb1fa` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#Confluent/put.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#Confluent/put)
