Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workflow] Update Swagger REST API doc #1144

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ const docTemplate = `{
},
"/mcisDynamicCheckRequest": {
"post": {
"description": "Check avaiable ConnectionConfig list before create MCIS Dynamically from common spec and image",
"description": "Check available ConnectionConfig list before create MCIS Dynamically from common spec and image",
"consumes": [
"application/json"
],
Expand All @@ -636,7 +636,7 @@ const docTemplate = `{
"tags": [
"[Infra service] MCIS Provisioning management"
],
"summary": "Check avaiable ConnectionConfig list for creating MCIS Dynamically",
"summary": "Check available ConnectionConfig list for creating MCIS Dynamically",
"parameters": [
{
"description": "Details for MCIS dynamic request information",
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
},
"/mcisDynamicCheckRequest": {
"post": {
"description": "Check avaiable ConnectionConfig list before create MCIS Dynamically from common spec and image",
"description": "Check available ConnectionConfig list before create MCIS Dynamically from common spec and image",
"consumes": [
"application/json"
],
Expand All @@ -628,7 +628,7 @@
"tags": [
"[Infra service] MCIS Provisioning management"
],
"summary": "Check avaiable ConnectionConfig list for creating MCIS Dynamically",
"summary": "Check available ConnectionConfig list for creating MCIS Dynamically",
"parameters": [
{
"description": "Details for MCIS dynamic request information",
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 @@ -2297,7 +2297,7 @@ paths:
post:
consumes:
- application/json
description: Check avaiable ConnectionConfig list before create MCIS Dynamically
description: Check available ConnectionConfig list before create MCIS Dynamically
from common spec and image
parameters:
- description: Details for MCIS dynamic request information
Expand All @@ -2321,7 +2321,7 @@ paths:
description: Internal Server Error
schema:
$ref: '#/definitions/common.SimpleMsg'
summary: Check avaiable ConnectionConfig list for creating MCIS Dynamically
summary: Check available ConnectionConfig list for creating MCIS Dynamically
tags:
- '[Infra service] MCIS Provisioning management'
/mcisRecommendVm:
Expand Down