Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Oct 29, 2024
2 parents 90140cc + 1765755 commit 5f5a332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f5a332

Please sign in to comment.