mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-26 06:04:46 +00:00
fix(api): miss-spelled description, corrected to public
This commit is contained in:
parent
54ec6daa2d
commit
7ce6c5ea42
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ func Search(ctx *context.APIContext) {
|
||||||
// type: boolean
|
// type: boolean
|
||||||
// - name: is_private
|
// - name: is_private
|
||||||
// in: query
|
// in: query
|
||||||
// description: show only pubic, private or all repositories (defaults to all)
|
// description: show only public, private or all repositories (defaults to all)
|
||||||
// type: boolean
|
// type: boolean
|
||||||
// - name: template
|
// - name: template
|
||||||
// in: query
|
// in: query
|
||||||
|
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -4645,7 +4645,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "show only pubic, private or all repositories (defaults to all)",
|
"description": "show only public, private or all repositories (defaults to all)",
|
||||||
"name": "is_private",
|
"name": "is_private",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue