Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: jihoon-seo <jihoon-seo@users.noreply.github.com>
  • Loading branch information
cb-github-robot and jihoon-seo authored Oct 20, 2022
1 parent bd7cb32 commit 3e1444f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1792,19 +1792,19 @@ const docTemplate = `{
},
{
"type": "string",
"description": "(For option==id) Field key for filtering (ex: connectionName)",
"description": "(For option=id) Field key for filtering (ex: connectionName)",
"name": "filterKey",
"in": "query"
},
{
"type": "string",
"description": "(For option==id) Field value for filtering (ex: aws-ap-northeast-2)",
"description": "(For option=id) Field value for filtering (ex: aws-ap-northeast-2)",
"name": "filterVal",
"in": "query"
},
{
"type": "string",
"description": "(For option==accessinfo) accessInfoOption (showSshKey)",
"description": "(For option=accessinfo) accessInfoOption (showSshKey)",
"name": "accessInfoOption",
"in": "query"
}
Expand Down
6 changes: 3 additions & 3 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1784,19 +1784,19 @@
},
{
"type": "string",
"description": "(For option==id) Field key for filtering (ex: connectionName)",
"description": "(For option=id) Field key for filtering (ex: connectionName)",
"name": "filterKey",
"in": "query"
},
{
"type": "string",
"description": "(For option==id) Field value for filtering (ex: aws-ap-northeast-2)",
"description": "(For option=id) Field value for filtering (ex: aws-ap-northeast-2)",
"name": "filterVal",
"in": "query"
},
{
"type": "string",
"description": "(For option==accessinfo) accessInfoOption (showSshKey)",
"description": "(For option=accessinfo) accessInfoOption (showSshKey)",
"name": "accessInfoOption",
"in": "query"
}
Expand Down
6 changes: 3 additions & 3 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3589,15 +3589,15 @@ paths:
in: query
name: option
type: string
- description: '(For option==id) Field key for filtering (ex: connectionName)'
- description: '(For option=id) Field key for filtering (ex: connectionName)'
in: query
name: filterKey
type: string
- description: '(For option==id) Field value for filtering (ex: aws-ap-northeast-2)'
- description: '(For option=id) Field value for filtering (ex: aws-ap-northeast-2)'
in: query
name: filterVal
type: string
- description: (For option==accessinfo) accessInfoOption (showSshKey)
- description: (For option=accessinfo) accessInfoOption (showSshKey)
in: query
name: accessInfoOption
type: string
Expand Down

0 comments on commit 3e1444f

Please sign in to comment.