v50

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

Set topic configurations

Update the entire set of key-value configurations for a topic. Config entries that are not provided in the request are removed and will fall back to their default values.

put/v1/topics/{topic_name}/configurations

Path parameters

topic_namestring required

Name of topic.

Request body

namestring

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

valuestring nullable

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

Response

OK