We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878660e commit cedc18cCopy full SHA for cedc18c
1 file changed
.openapi/connector_mgmt.yaml
@@ -702,6 +702,15 @@ components:
702
type: string
703
status:
704
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}`.
714
715
ClusterTarget:
716
discriminator:
0 commit comments