Skip to content

Commit cedc18c

Browse files
chore(openapi): update connector-mgmt/v1 OpenAPI document (#47)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 878660e commit cedc18c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.openapi/connector_mgmt.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,15 @@ components:
702702
type: string
703703
status:
704704
type: string
705+
x-links:
706+
connector_type:
707+
operationId: getConnectorTypeByID
708+
parameters:
709+
connector_type_id: 'connector_type_id'
710+
description: >
711+
connector_type gets the connector type by using the
712+
the `connector_type_id` parameter in request to
713+
`GET /api/connector_mgmt/v1/kafka_connector_types/{connector_type_id}`.
705714
706715
ClusterTarget:
707716
discriminator:

0 commit comments

Comments
 (0)