v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Topics

Update topic configuration

Update a subset of the topic configurations.

patch/v1/topics/{topic_name}/configurations

Path parameters

topic_namestring required

Topic name

Request body

namestring

A topic-level config key (e.g. segment.bytes).

operation'CONFIG_ALTER_OPERATION_SET' | 'CONFIG_ALTER_OPERATION_DELETE' | 'CONFIG_ALTER_OPERATION_APPEND' | 'CONFIG_ALTER_OPERATION_SUBTRACT'
valuestring nullable

A topic-level config value (e.g. 1073741824).

Response

OK