Skip to content

Commit

Permalink
doc: swagger
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <lijie@pingcap.com>
  • Loading branch information
jayl1e committed Dec 13, 2023
1 parent 20d0378 commit b64879b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tibuild/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const docTemplate = `{
"productDockerfile": {
"type": "string"
},
"targetImage": {
"targetImg": {
"type": "string"
},
"version": {
Expand Down
2 changes: 1 addition & 1 deletion tibuild/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"productDockerfile": {
"type": "string"
},
"targetImage": {
"targetImg": {
"type": "string"
},
"version": {
Expand Down
2 changes: 1 addition & 1 deletion tibuild/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ definitions:
type: string
productDockerfile:
type: string
targetImage:
targetImg:
type: string
version:
type: string
Expand Down

0 comments on commit b64879b

Please sign in to comment.