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) {
8787 // required: true
8888 // - name: archive
8989 // 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)
9191 // type: string
9292 // required: true
9393 // responses:
Original file line number Diff line number Diff line change 20752075 },
20762076 {
20772077 "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) ",
20792079 "name": "archive",
20802080 "in": "path",
20812081 "required": true
You can’t perform that action at this time.
0 commit comments