Skip to content

Commit ba312bf

Browse files
committed
Update with latest
1 parent 97627df commit ba312bf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

admin/admin-v2.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,12 +1931,27 @@ components:
19311931
- ACL_RESOURCE_SR_ANY
19321932
title: ACLResource
19331933
type: string
1934+
redpanda.core.common.TopicPartition:
1935+
additionalProperties: false
1936+
description: A single topic partition within the kafka namespace.
1937+
properties:
1938+
partition:
1939+
description: The topic's partition, must be non-negative.
1940+
format: int32
1941+
title: partition
1942+
type: integer
1943+
topic:
1944+
description: The topic's name.
1945+
title: topic
1946+
type: string
1947+
title: TopicPartition
1948+
type: object
19341949
info:
19351950
description: Redpanda Admin API specification
19361951
title: Redpanda Admin API
19371952
version: v2.0.0
19381953
x-admin-api-major: v2.0.0
1939-
x-generated-at: 2025-10-23T22:59:00.628Z
1954+
x-generated-at: 2025-10-24T04:43:59.546Z
19401955
x-generator: redpanda-docs-openapi-bundler
19411956
x-redpanda-core-version: dev
19421957
openapi: 3.1.0

0 commit comments

Comments
 (0)