Updated contract.
This commit is contained in:
parent
e7d6ad65e0
commit
ae904cc856
1 changed files with 3 additions and 1 deletions
|
@ -269,11 +269,12 @@ paths:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: The format is [partition]::[offset] for specifying offsets or [partition]::[timstamp in millis] for specifying timestamps
|
||||
description: The format is [partition]::[maximum offset] for specifying offsets or [partition]::[maximum timestamp in milliseconds] for specifying timestamps
|
||||
- name: limit
|
||||
in: query
|
||||
schema:
|
||||
type: integer
|
||||
description: Maximum amount of messages for each partition
|
||||
- name: q
|
||||
in: query
|
||||
schema:
|
||||
|
@ -287,6 +288,7 @@ paths:
|
|||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/TopicMessage'
|
||||
description: Array of topic messages sorted in descending order by offset or timestamp
|
||||
|
||||
/api/clusters/{clusterName}/consumer-groups/{id}:
|
||||
get:
|
||||
|
|
Loading…
Add table
Reference in a new issue