Skip to content

Commit 83f6a3a

Browse files
fix(openapi): update kafka-mgmt/v1 OpenAPI document (#131)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 3f2c176 commit 83f6a3a

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,25 @@ components:
12791279
description: |-
12801280
Specifies the order by criteria. The syntax of this parameter is
12811281
similar to the syntax of the `order by` clause of an SQL statement.
1282-
Each query can be ordered by any of the `kafkaRequests` fields.
1282+
Each query can be ordered by any of the following `kafkaRequests` fields:
1283+
1284+
* bootstrap_server_host
1285+
* cloud_provider
1286+
* cluster_id
1287+
* created_at
1288+
* href
1289+
* id
1290+
* instance_type
1291+
* multi_az
1292+
* name
1293+
* organisation_id
1294+
* owner
1295+
* reauthentication_enabled
1296+
* region
1297+
* status
1298+
* updated_at
1299+
* version
1300+
12831301
For example, to return all Kafka instances ordered by their name, use the following syntax:
12841302
12851303
```sql

0 commit comments

Comments
 (0)