Correct wording (#1982)

This commit is contained in:
Patrick Schratz 2023-07-12 13:49:18 +02:00 committed by GitHub
parent 2432abd379
commit a4c791c6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3121,7 +3121,7 @@ const docTemplate = `{
},
{
"type": "boolean",
"description": "query not activated repos from forge too",
"description": "query all repos, including inactive ones",
"name": "all",
"in": "query"
}

View file

@ -82,7 +82,7 @@ func GetFeed(c *gin.Context) {
// @Success 200 {array} Repo
// @Tags User
// @Param Authorization header string true "Insert your personal access token" default(Bearer <personal access token>)
// @Param all query bool false "query not activated repos from forge too"
// @Param all query bool false "query all repos, including inactive ones"
func GetRepos(c *gin.Context) {
_store := store.FromContext(c)
_forge := server.Config.Services.Forge

View file

@ -428,7 +428,7 @@
"oauth_error": "Error while authenticating against OAuth provider",
"internal_error": "Some internal error occurred",
"access_denied": "You are not allowed to login",
"token": "Your Personal Token",
"token": "Personal Access Token",
"shell_setup": "Shell setup",
"api_usage": "Example API Usage",
"cli_usage": "Example CLI Usage",