File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ func GetArchive(ctx *context.APIContext) {
87
87
// required: true
88
88
// - name: archive
89
89
// in: path
90
- // description: archive to download, consisting of a git reference and archive
90
+ // description: the git reference for download with attached archive format (e.g. master.zip)
91
91
// type: string
92
92
// required: true
93
93
// responses:
Original file line number Diff line number Diff line change 2075
2075
},
2076
2076
{
2077
2077
"type": "string",
2078
- "description": "archive to download, consisting of a git reference and archive ",
2078
+ "description": "the git reference for download with attached archive format (e.g. master.zip) ",
2079
2079
"name": "archive",
2080
2080
"in": "path",
2081
2081
"required": true
You can’t perform that action at this time.
0 commit comments