From c86989cb195ee5130779ffd1e5f0138c198acf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Fri, 4 Oct 2024 12:23:54 +0200 Subject: [PATCH] fix(integration): clarify example section --- vdp/pipeline/v1beta/integration.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vdp/pipeline/v1beta/integration.proto b/vdp/pipeline/v1beta/integration.proto index 833be9ba..a11e1cd9 100644 --- a/vdp/pipeline/v1beta/integration.proto +++ b/vdp/pipeline/v1beta/integration.proto @@ -86,7 +86,8 @@ message ListNamespaceConnectionsRequest { // The following filters are supported: // - `integrationId` // - `qConnection` (fuzzy search on connection ID, integration title or vendor) - // Examples: + // + // **Examples**: // - List connections where app name, vendor or connection ID match `googl`: // `q="googl"`. // - List connections where the component type is `openai` (e.g. to setup a @@ -305,7 +306,8 @@ message ListIntegrationsRequest { // expression. // The following filters are supported: // - `qIntegration` (fuzzy search on title or vendor) - // Examples: + // + // **Examples**: // - List integrations where app name or vendor match `googl`: `q="googl"`. optional string filter = 3 [(google.api.field_behavior) = OPTIONAL]; }