Skip to content

Commit

Permalink
KREST-11122 - Add note about empty response from endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydrake7 committed Aug 8, 2023
1 parent a18ee85 commit 3274c17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/v3/openapi.yaml
Expand Up @@ -223,10 +223,9 @@ paths:
[![Generally Available](https://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)
Returns a list of configuration parameters for the specified Kafka
cluster. Note that this API call is used for cluster-wide default
configs. The endpoint will only return configs when there is an override
for the cluster-wide default config. If a cluster-wide default config is
not set, this endpoint returns an empty response.
cluster. Note that the endpoint will only return configs when there is
an override for the cluster-wide default config. If a cluster-wide
default config is not set, this endpoint returns an empty response.
tags:
- Configs (v3)
Expand Down

0 comments on commit 3274c17

Please sign in to comment.