Skip to content

Commit 51745fb

Browse files
chore(openapi): update kafka-admin/v1 OpenAPI document (#208)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent b8b7abd commit 51745fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.openapi/kafka-admin-rest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ components:
848848
The literal prefix value of `User:` is required. May be used to specify
849849
all users with value `User:*`.
850850
type: string
851-
pattern: '^User:(\*|[a-zA-Z0-9_-]+)$'
851+
pattern: '^User:(\*|[a-zA-Z0-9_@.-]+)$'
852852
example: 'User:user-123-abc'
853853
Topic:
854854
title: Root Type for NewTopicInput

0 commit comments

Comments
 (0)