From 1765755d1a7cee3ad9443ea462e23d08c3c0f2b6 Mon Sep 17 00:00:00 2001 From: cb-github-robot Date: Tue, 29 Oct 2024 15:51:49 +0000 Subject: [PATCH] Update Swagger REST API doc --- src/api/rest/docs/docs.go | 2 +- src/api/rest/docs/swagger.json | 2 +- src/api/rest/docs/swagger.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/rest/docs/docs.go b/src/api/rest/docs/docs.go index 2bca2960..a4f70698 100644 --- a/src/api/rest/docs/docs.go +++ b/src/api/rest/docs/docs.go @@ -4982,7 +4982,7 @@ const docTemplate = `{ } }, "post": { - "description": "Create a site-to-site VPN\n\nThe supported CSP sets are as follows:\n\n- GCP and AWS (Note: It will take about ` + "`" + `20 minutes` + "`" + `.)\n\n- GCP and Azure (Note: It will take about ` + "`" + `40 minutes` + "`" + `.)", + "description": "Create a site-to-site VPN\n\nThe supported CSP sets are as follows:\n\n- GCP and AWS (Note: It will take about ` + "`" + `15 minutes` + "`" + `.)\n\n- GCP and Azure (Note: It will take about ` + "`" + `30 minutes` + "`" + `.)", "consumes": [ "application/json" ], diff --git a/src/api/rest/docs/swagger.json b/src/api/rest/docs/swagger.json index f4ddb38c..39c40e69 100644 --- a/src/api/rest/docs/swagger.json +++ b/src/api/rest/docs/swagger.json @@ -4975,7 +4975,7 @@ } }, "post": { - "description": "Create a site-to-site VPN\n\nThe supported CSP sets are as follows:\n\n- GCP and AWS (Note: It will take about `20 minutes`.)\n\n- GCP and Azure (Note: It will take about `40 minutes`.)", + "description": "Create a site-to-site VPN\n\nThe supported CSP sets are as follows:\n\n- GCP and AWS (Note: It will take about `15 minutes`.)\n\n- GCP and Azure (Note: It will take about `30 minutes`.)", "consumes": [ "application/json" ], diff --git a/src/api/rest/docs/swagger.yaml b/src/api/rest/docs/swagger.yaml index 6c74d37c..4b6df702 100644 --- a/src/api/rest/docs/swagger.yaml +++ b/src/api/rest/docs/swagger.yaml @@ -3787,9 +3787,9 @@ paths: The supported CSP sets are as follows: - - GCP and AWS (Note: It will take about `20 minutes`.) + - GCP and AWS (Note: It will take about `15 minutes`.) - - GCP and Azure (Note: It will take about `40 minutes`.) + - GCP and Azure (Note: It will take about `30 minutes`.) operationId: PostSiteToSiteVpn parameters: - name: nsId