Skip to content

Commit ea9875a

Browse files
auto-docs: Update Cloud API spec (#52)
* auto-docs: Update Cloud API spec * Update cloud-dataplane/cloud-dataplane.yaml --------- Co-authored-by: kbatuigas <36839689+kbatuigas@users.noreply.github.com>
1 parent 8c48146 commit ea9875a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,9 @@ components:
17791779
description: Filter results only roles named with the prefix.
17801780
type: string
17811781
principal:
1782-
description: Return only roles assigned to this principal.
1782+
description: |-
1783+
Return only roles assigned to this principal. The principal must contain
1784+
the principal type. For example: "User:jane" is a valid principal format.
17831785
type: string
17841786
type: object
17851787
ListRolesResponse:
@@ -6429,7 +6431,9 @@ paths:
64296431
name: filter.name_contains
64306432
schema:
64316433
type: string
6432-
- description: Return only roles assigned to this principal.
6434+
- description: |-
6435+
Return only roles assigned to this principal. The principal must contain
6436+
the principal type. For example: "User:jane" is a valid principal format.
64336437
in: query
64346438
name: filter.principal
64356439
schema:
@@ -7830,7 +7834,7 @@ paths:
78307834
content:
78317835
multipart/form-data:
78327836
schema:
7833-
example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}'
7837+
example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}'
78347838
properties:
78357839
metadata:
78367840
$ref: '#/components/schemas/DeployTransformRequest'

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)