Skip to content

Commit a76c2ea

Browse files
feat(kafka-instances): deprecate number of fields in the API file
1 parent 2ac7adb commit a76c2ea

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.openapi/kafka-admin-rest.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,12 @@ components:
631631
description: number of entries per page
632632
type: integer
633633
offset:
634-
description: Deprecated offset of the topic list
634+
description: Offset of the topic list
635+
deprecated: true
635636
type: integer
636637
limit:
637-
description: Deprecated maximum of returned topics
638+
description: Maximum of returned topics
639+
deprecated: true
638640
type: integer
639641
total:
640642
description: Total number of topics
@@ -826,10 +828,12 @@ components:
826828
description: The page
827829
type: integer
828830
offset:
829-
description: Deprecated offset of the topic list
831+
description: Offset of the topic list
832+
deprecated: true
830833
type: integer
831834
limit:
832-
description: Deprecated maximum of returned topics
835+
description: Maximum of returned topics
836+
deprecated: true
833837
type: integer
834838
example:
835839
count: 1

0 commit comments

Comments
 (0)