Skip to content

Commit 73dfad6

Browse files
authored
Correct field name in ConsumerGroupData, consumer -> consumers to match code/examples (#1324)
1 parent a2d0d8a commit 73dfad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v3/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ components:
21472147
$ref: '#/components/schemas/ConsumerGroupState'
21482148
coordinator:
21492149
$ref: '#/components/schemas/Relationship'
2150-
consumer:
2150+
consumers:
21512151
$ref: '#/components/schemas/Relationship'
21522152
lag_summary:
21532153
$ref: '#/components/schemas/Relationship'

0 commit comments

Comments
 (0)