From 94a5ba87ce4f645330c14fdb728571e3b872c2c1 Mon Sep 17 00:00:00 2001 From: vbotbuildovich <62446873+vbotbuildovich@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:12:55 +0000 Subject: [PATCH] auto-docs: Update Cloud API spec --- cloud-dataplane/cloud-dataplane.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index ad51a4f..9460d05 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -65,12 +65,14 @@ components: - ACL_PATTERN_ANY: Wildcard to match any pattern - ACL_PATTERN_LITERAL: Match a literal string - ACL_PATTERN_PREFIXED: Match a prefix + - ACL_PATTERN_PREFIX: Match a prefix - ACL_PATTERN_MATCH: Match serves as a catch-all for all the names of a topic the principal is authorized to access enum: - ACL_PATTERN_ANY - ACL_PATTERN_LITERAL - ACL_PATTERN_PREFIXED + - ACL_PATTERN_PREFIX - ACL_PATTERN_MATCH title: The ACL pattern type type: string @@ -1153,17 +1155,17 @@ components: In this example, in proto `field` could take one of the following values: * `full_name` for a violation in the `full_name` value - * `email_addresses[1].email` for a violation in the `email` field of the + * `email_addresses[0].email` for a violation in the `email` field of the first `email_addresses` message - * `email_addresses[3].type[2]` for a violation in the second `type` + * `email_addresses[2].type[1]` for a violation in the second `type` value in the third `email_addresses` message. In JSON, the same values are represented as: * `fullName` for a violation in the `fullName` value - * `emailAddresses[1].email` for a violation in the `email` field of the + * `emailAddresses[0].email` for a violation in the `email` field of the first `emailAddresses` message - * `emailAddresses[3].type[2]` for a violation in the second `type` + * `emailAddresses[2].type[1]` for a violation in the second `type` value in the third `emailAddresses` message. type: string localized_message: @@ -2224,9 +2226,11 @@ components: description: |- - PATTERN_TYPE_LITERAL: Must match the filter exactly - PATTERN_TYPE_PREFIX: Will match anything that starts with filter + - PATTERN_TYPE_PREFIXED: Will match anything that starts with filter enum: - PATTERN_TYPE_LITERAL - PATTERN_TYPE_PREFIX + - PATTERN_TYPE_PREFIXED title: The matching pattern type type: string PermissionType: @@ -3254,7 +3258,7 @@ components: - `redpanda.remote.allowgaps` - `redpanda.virtual.cluster.id` - `redpanda.leaders.preference` - - `redpanda.cloud_topic.enabled` + - `redpanda.storage.mode` This list is a list of properties in addition to the default properties that will be synced. See `exclude_default`. @@ -7834,7 +7838,7 @@ paths: content: multipart/form-data: schema: - example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}' + example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}' properties: metadata: $ref: '#/components/schemas/DeployTransformRequest' @@ -7852,7 +7856,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy transform + summary: Deploy Transform tags: - Wasm Transforms /v1/transforms/{name}: