Skip to content

Commit

Permalink
added description with example to bucket query param
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Feb 25, 2024
1 parent 1ac2ad2 commit e0778d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion services/scoop/scoop-version.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ export default class ScoopVersion extends ConditionalGithubAuthV3Service {
'[Scoop](https://scoop.sh/) is a command-line installer for Windows',
parameters: [
pathParam({ name: 'app', example: 'ngrok' }),
queryParam({ name: 'bucket', example: 'extras' }),
queryParam({
name: 'bucket',
description:
"App's containing bucket. Can either be a name (e.g `extras`) or a URL to a GitHub Repo (e.g `https://github.com/jewlexx/personal-scoop`)",
example: 'extras',
}),
],
},
},
Expand Down

0 comments on commit e0778d7

Please sign in to comment.