Skip to content

Commit d0e93c6

Browse files
committed
docs: regenned docs after rebase
1 parent ec4e442 commit d0e93c6

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

proto/gen/openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

proto/gen/openapi/openapi.v1alpha2.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

proto/gen/openapi/openapi.v1alpha2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4375,7 +4375,7 @@ paths:
43754375
content:
43764376
multipart/form-data:
43774377
schema:
4378-
example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}'
4378+
example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}'
43794379
properties:
43804380
metadata:
43814381
$ref: '#/components/schemas/DeployTransformRequest'

proto/gen/openapi/openapi.v1alpha3.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

proto/gen/openapi/openapi.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4489,9 +4489,13 @@ paths:
44894489
parameters:
44904490
- description: |-
44914491
The maximum number of connections to return. If unspecified or 0, a
4492-
default value may be applied. Note that paging is currently not fully
4493-
supported, and this field only acts as a limit for the first page of data
4494-
returned. Subsequent pages of data cannot be requested.
4492+
default value may be applied. The server may return fewer connections
4493+
than requested due to memory constraints; the limit is set to allow
4494+
listing all connections for a single broker. Consider filtering by
4495+
node_id to view connections for specific brokers. Note that paging is
4496+
currently not fully supported, and this field only acts as a limit for
4497+
the first page of data returned. Subsequent pages of data cannot be
4498+
requested.
44954499
in: query
44964500
name: page_size
44974501
schema:

0 commit comments

Comments
 (0)