Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions cloud-dataplane/cloud-dataplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,9 @@ components:
description: Filter results only roles named with the prefix.
type: string
principal:
description: Return only roles assigned to this principal.
description: |-
Return only roles assigned to this principal. The principal must contain
the principal type. For example: "User:jane" is a valid principal format.
type: string
type: object
ListRolesResponse:
Expand Down Expand Up @@ -6429,7 +6431,9 @@ paths:
name: filter.name_contains
schema:
type: string
- description: Return only roles assigned to this principal.
- description: |-
Return only roles assigned to this principal. The principal must contain
the principal type. For example: "User:jane" is a valid principal format.
in: query
name: filter.principal
schema:
Expand Down Expand Up @@ -7830,7 +7834,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'
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.