diff --git a/modules/structs/issue.go b/modules/structs/issue.go index df0be8f9ec7b6..d12685e008051 100644 --- a/modules/structs/issue.go +++ b/modules/structs/issue.go @@ -35,8 +35,9 @@ type PullRequestMeta struct { // RepositoryMeta basic repository information type RepositoryMeta struct { - ID int64 `json:"id"` - Name string `json:"name"` + ID int64 `json:"id"` + Name string `json:"name"` + // username of the user or organization owning the repository Owner string `json:"owner"` FullName string `json:"full_name"` } @@ -262,7 +263,8 @@ func (it IssueTemplate) Type() IssueTemplateType { // IssueMeta basic issue information // swagger:model type IssueMeta struct { - Index int64 `json:"index"` + Index int64 `json:"index"` + // username of the user or organization owning the issue Owner string `json:"owner"` Name string `json:"repo"` } diff --git a/modules/structs/issue_stopwatch.go b/modules/structs/issue_stopwatch.go index ceade1ddd2f77..f4ca84ec244b0 100644 --- a/modules/structs/issue_stopwatch.go +++ b/modules/structs/issue_stopwatch.go @@ -10,13 +10,14 @@ import ( // StopWatch represent a running stopwatch type StopWatch struct { // swagger:strfmt date-time - Created time.Time `json:"created"` - Seconds int64 `json:"seconds"` - Duration string `json:"duration"` - IssueIndex int64 `json:"issue_index"` - IssueTitle string `json:"issue_title"` - RepoOwnerName string `json:"repo_owner_name"` - RepoName string `json:"repo_name"` + Created time.Time `json:"created"` + Seconds int64 `json:"seconds"` + Duration string `json:"duration"` + IssueIndex int64 `json:"issue_index"` + IssueTitle string `json:"issue_title"` + // username of the user or organization owning the repository + RepoOwnerName string `json:"repo_owner_name"` + RepoName string `json:"repo_name"` } // StopWatches represent a list of stopwatches diff --git a/modules/structs/package.go b/modules/structs/package.go index 1973f925a584e..2121ebe3fedae 100644 --- a/modules/structs/package.go +++ b/modules/structs/package.go @@ -9,7 +9,8 @@ import ( // Package represents a package type Package struct { - ID int64 `json:"id"` + ID int64 `json:"id"` + // user or organization owning the package Owner *User `json:"owner"` Repository *Repository `json:"repository"` Creator *User `json:"creator"` diff --git a/modules/structs/repo.go b/modules/structs/repo.go index aca5d9c3f431b..b6a4af2878c48 100644 --- a/modules/structs/repo.go +++ b/modules/structs/repo.go @@ -48,15 +48,17 @@ type ExternalWiki struct { // Repository represents a repository type Repository struct { - ID int64 `json:"id"` - Owner *User `json:"owner"` - Name string `json:"name"` - FullName string `json:"full_name"` - Description string `json:"description"` - Empty bool `json:"empty"` - Private bool `json:"private"` - Fork bool `json:"fork"` - Template bool `json:"template"` + ID int64 `json:"id"` + // user or organization owning the repository + Owner *User `json:"owner"` + Name string `json:"name"` + FullName string `json:"full_name"` + Description string `json:"description"` + Empty bool `json:"empty"` + Private bool `json:"private"` + Fork bool `json:"fork"` + Template bool `json:"template"` + // the original repository if the repository in the parameter is a fork; else empty Parent *Repository `json:"parent,omitempty"` Mirror bool `json:"mirror"` Size int `json:"size"` @@ -228,12 +230,10 @@ type EditRepoOption struct { // GenerateRepoOption options when creating repository using a template // swagger:model type GenerateRepoOption struct { - // The organization or person who will own the new repository + // username of the user or organization who will own the repository // // required: true Owner string `json:"owner"` - // Name of the repository to create - // // required: true // unique: true Name string `json:"name" binding:"Required;AlphaDashDot;MaxSize(100)"` @@ -293,6 +293,7 @@ type UpdateBranchRepoOption struct { // TransferRepoOption options when transfer a repository's ownership // swagger:model type TransferRepoOption struct { + // username of the user or organization who will own the repository // required: true NewOwner string `json:"new_owner"` // ID of the team or teams to add to the repository. Teams can only be added to organization-owned repositories. @@ -354,7 +355,7 @@ type MigrateRepoOptions struct { CloneAddr string `json:"clone_addr" binding:"Required"` // deprecated (only for backwards compatibility) RepoOwnerID int64 `json:"uid"` - // Name of User or Organisation who will own Repo after migration + // username of the user or organization who will own the repository after migration RepoOwner string `json:"repo_owner"` // required: true RepoName string `json:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"` diff --git a/modules/structs/user_key.go b/modules/structs/user_key.go index 16225a852a57c..6f9056ebeb5cc 100644 --- a/modules/structs/user_key.go +++ b/modules/structs/user_key.go @@ -15,9 +15,10 @@ type PublicKey struct { Title string `json:"title,omitempty"` Fingerprint string `json:"fingerprint,omitempty"` // swagger:strfmt date-time - Created time.Time `json:"created_at"` - Updated time.Time `json:"last_used_at"` - Owner *User `json:"user,omitempty"` - ReadOnly bool `json:"read_only,omitempty"` - KeyType string `json:"key_type,omitempty"` + Created time.Time `json:"created_at"` + Updated time.Time `json:"last_used_at"` + // user or organization owning the key + Owner *User `json:"user,omitempty"` + ReadOnly bool `json:"read_only,omitempty"` + KeyType string `json:"key_type,omitempty"` } diff --git a/routers/api/v1/admin/adopt.go b/routers/api/v1/admin/adopt.go index c2efed7490c25..52fe384413dd2 100644 --- a/routers/api/v1/admin/adopt.go +++ b/routers/api/v1/admin/adopt.go @@ -65,7 +65,7 @@ func AdoptRepository(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -129,7 +129,7 @@ func DeleteUnadoptedRepository(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/misc/signing.go b/routers/api/v1/misc/signing.go index db70e04b8f627..dd0d3ccc5f1e2 100644 --- a/routers/api/v1/misc/signing.go +++ b/routers/api/v1/misc/signing.go @@ -52,7 +52,7 @@ func SigningKeyGPG(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -89,7 +89,7 @@ func SigningKeySSH(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/notify/repo.go b/routers/api/v1/notify/repo.go index e87054e26cda2..0a8b9d62ee241 100644 --- a/routers/api/v1/notify/repo.go +++ b/routers/api/v1/notify/repo.go @@ -54,7 +54,7 @@ func ListRepoNotifications(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -142,7 +142,7 @@ func ReadRepoNotifications(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/packages/package.go b/routers/api/v1/packages/package.go index 41b7f2a43f67b..5e981f8255dbb 100644 --- a/routers/api/v1/packages/package.go +++ b/routers/api/v1/packages/package.go @@ -28,7 +28,7 @@ func ListPackages(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the packages + // description: username of the user or organization owning the packages // type: string // required: true // - name: page @@ -83,7 +83,7 @@ func GetPackage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -124,7 +124,7 @@ func DeletePackage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -166,7 +166,7 @@ func ListPackageFiles(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -208,7 +208,7 @@ func ListPackageVersions(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -264,7 +264,7 @@ func GetLatestPackageVersion(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -321,7 +321,7 @@ func LinkPackage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type @@ -388,7 +388,7 @@ func UnlinkPackage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the package + // description: username of the user or organization owning the package // type: string // required: true // - name: type diff --git a/routers/api/v1/repo/action.go b/routers/api/v1/repo/action.go index ef0c5cc199596..1605a4781ca13 100644 --- a/routers/api/v1/repo/action.go +++ b/routers/api/v1/repo/action.go @@ -46,7 +46,7 @@ func (Action) ListActionsSecrets(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repository + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -106,7 +106,7 @@ func (Action) CreateOrUpdateSecret(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repository + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -168,7 +168,7 @@ func (Action) DeleteSecret(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repository + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -216,7 +216,7 @@ func (Action) GetVariable(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -270,7 +270,7 @@ func (Action) DeleteVariable(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -319,7 +319,7 @@ func (Action) CreateVariable(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -386,7 +386,7 @@ func (Action) UpdateVariable(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -458,7 +458,7 @@ func (Action) ListVariables(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -516,7 +516,7 @@ func (Action) GetRegistrationToken(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -541,7 +541,7 @@ func (Action) CreateRegistrationToken(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -566,7 +566,7 @@ func (Action) ListRunners(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -594,7 +594,7 @@ func (Action) GetRunner(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -627,7 +627,7 @@ func (Action) DeleteRunner(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -778,7 +778,7 @@ func ListActionTasks(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -842,7 +842,7 @@ func ActionsListRepositoryWorkflows(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -882,7 +882,7 @@ func ActionsGetWorkflow(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -932,7 +932,7 @@ func ActionsDisableWorkflow(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -980,7 +980,7 @@ func ActionsDispatchWorkflow(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1059,7 +1059,7 @@ func ActionsEnableWorkflow(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1261,7 +1261,7 @@ func GetArtifactsOfRun(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1330,7 +1330,7 @@ func DeleteActionRun(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1382,7 +1382,7 @@ func GetArtifacts(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1443,7 +1443,7 @@ func GetArtifact(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1492,7 +1492,7 @@ func DeleteArtifact(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1559,7 +1559,7 @@ func DownloadArtifact(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/actions_run.go b/routers/api/v1/repo/actions_run.go index c6d18af6aa70a..012d97c2a0237 100644 --- a/routers/api/v1/repo/actions_run.go +++ b/routers/api/v1/repo/actions_run.go @@ -21,7 +21,7 @@ func DownloadActionsRunJobLogs(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: name of the owner + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/avatar.go b/routers/api/v1/repo/avatar.go index 593460586f880..52a481c7f802c 100644 --- a/routers/api/v1/repo/avatar.go +++ b/routers/api/v1/repo/avatar.go @@ -23,7 +23,7 @@ func UpdateAvatar(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -66,7 +66,7 @@ func DeleteAvatar(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/blob.go b/routers/api/v1/repo/blob.go index 9a17fc1bbfd2c..367ffa326e0e7 100644 --- a/routers/api/v1/repo/blob.go +++ b/routers/api/v1/repo/blob.go @@ -20,7 +20,7 @@ func GetBlob(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/branch.go b/routers/api/v1/repo/branch.go index 9af958a5b7bd8..aa4a9d2a9470e 100644 --- a/routers/api/v1/repo/branch.go +++ b/routers/api/v1/repo/branch.go @@ -38,7 +38,7 @@ func GetBranch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -99,7 +99,7 @@ func DeleteBranch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -179,7 +179,7 @@ func CreateBranch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -290,7 +290,7 @@ func ListBranches(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -392,7 +392,7 @@ func UpdateBranch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -468,7 +468,7 @@ func GetBranchProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -512,7 +512,7 @@ func ListBranchProtections(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -550,7 +550,7 @@ func CreateBranchProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -742,7 +742,7 @@ func EditBranchProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1069,7 +1069,7 @@ func DeleteBranchProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1120,7 +1120,7 @@ func UpdateBranchProtectionPriories(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1161,7 +1161,7 @@ func MergeUpstream(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/collaborators.go b/routers/api/v1/repo/collaborators.go index eed9c19fe1493..19c0f3564ad3e 100644 --- a/routers/api/v1/repo/collaborators.go +++ b/routers/api/v1/repo/collaborators.go @@ -33,7 +33,7 @@ func ListCollaborators(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -83,7 +83,7 @@ func IsCollaborator(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -135,7 +135,7 @@ func AddOrUpdateCollaborator(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -206,7 +206,7 @@ func DeleteCollaborator(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -254,7 +254,7 @@ func GetRepoPermissions(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -310,7 +310,7 @@ func GetReviewers(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -348,7 +348,7 @@ func GetAssignees(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/commits.go b/routers/api/v1/repo/commits.go index 6a93be624f615..b90422f58d8bc 100644 --- a/routers/api/v1/repo/commits.go +++ b/routers/api/v1/repo/commits.go @@ -30,7 +30,7 @@ func GetSingleCommit(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -101,7 +101,7 @@ func GetAllCommits(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -315,7 +315,7 @@ func DownloadCommitDiffOrPatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -362,7 +362,7 @@ func GetCommitPullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/compare.go b/routers/api/v1/repo/compare.go index 6d427c8073422..fe58f39eefe79 100644 --- a/routers/api/v1/repo/compare.go +++ b/routers/api/v1/repo/compare.go @@ -24,7 +24,7 @@ func CompareDiff(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/file.go b/routers/api/v1/repo/file.go index 69b59962229d7..6fc3678665678 100644 --- a/routers/api/v1/repo/file.go +++ b/routers/api/v1/repo/file.go @@ -47,7 +47,7 @@ func GetRawFile(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -100,7 +100,7 @@ func GetRawFileOrLFS(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -263,7 +263,7 @@ func GetArchive(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -362,7 +362,7 @@ func GetEditorconfig(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -464,7 +464,7 @@ func ChangeFiles(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -533,7 +533,7 @@ func CreateFile(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -602,7 +602,7 @@ func UpdateFile(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -724,7 +724,7 @@ func DeleteFile(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -869,7 +869,7 @@ func GetContents(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -929,7 +929,7 @@ func GetContentsList(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -962,7 +962,7 @@ func GetFileContentsGet(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1004,7 +1004,7 @@ func GetFileContentsPost(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/fork.go b/routers/api/v1/repo/fork.go index 58f66954e1251..4ec41c031db7e 100644 --- a/routers/api/v1/repo/fork.go +++ b/routers/api/v1/repo/fork.go @@ -33,7 +33,7 @@ func ListForks(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -93,7 +93,7 @@ func CreateFork(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to fork + // description: username of the user or organization owning the repository to fork // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/git_hook.go b/routers/api/v1/repo/git_hook.go index 487c74e183cc9..e3b8d0e3707b7 100644 --- a/routers/api/v1/repo/git_hook.go +++ b/routers/api/v1/repo/git_hook.go @@ -24,7 +24,7 @@ func ListGitHooks(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -61,7 +61,7 @@ func GetGitHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -103,7 +103,7 @@ func EditGitHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -157,7 +157,7 @@ func DeleteGitHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/git_ref.go b/routers/api/v1/repo/git_ref.go index f042e9e344b6f..b42e5dfc6b61a 100644 --- a/routers/api/v1/repo/git_ref.go +++ b/routers/api/v1/repo/git_ref.go @@ -24,7 +24,7 @@ func GetGitAllRefs(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -52,7 +52,7 @@ func GetGitRefs(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/hook.go b/routers/api/v1/repo/hook.go index ac47e15d645c3..c830d0b5a612a 100644 --- a/routers/api/v1/repo/hook.go +++ b/routers/api/v1/repo/hook.go @@ -32,7 +32,7 @@ func ListHooks(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -88,7 +88,7 @@ func GetHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -132,7 +132,7 @@ func TestHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -208,7 +208,7 @@ func CreateHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -239,7 +239,7 @@ func EditHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -277,7 +277,7 @@ func DeleteHook(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue.go b/routers/api/v1/repo/issue.go index d4a5872fd1c27..37a5fab8c10d9 100644 --- a/routers/api/v1/repo/issue.go +++ b/routers/api/v1/repo/issue.go @@ -336,7 +336,7 @@ func ListIssues(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -593,7 +593,7 @@ func GetIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -641,7 +641,7 @@ func CreateIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -764,7 +764,7 @@ func EditIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -948,7 +948,7 @@ func DeleteIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -999,7 +999,7 @@ func UpdateIssueDeadline(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_attachment.go b/routers/api/v1/repo/issue_attachment.go index 3f751a295c37e..f382926d8a147 100644 --- a/routers/api/v1/repo/issue_attachment.go +++ b/routers/api/v1/repo/issue_attachment.go @@ -29,7 +29,7 @@ func GetIssueAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -78,7 +78,7 @@ func ListIssueAttachments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -123,7 +123,7 @@ func CreateIssueAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -218,7 +218,7 @@ func EditIssueAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -285,7 +285,7 @@ func DeleteIssueAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_comment.go b/routers/api/v1/repo/issue_comment.go index cc342a9313c71..61fe26cd4eda0 100644 --- a/routers/api/v1/repo/issue_comment.go +++ b/routers/api/v1/repo/issue_comment.go @@ -33,7 +33,7 @@ func ListIssueComments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -129,7 +129,7 @@ func ListIssueCommentsAndTimeline(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -240,7 +240,7 @@ func ListRepoIssueComments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -351,7 +351,7 @@ func CreateIssueComment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -421,7 +421,7 @@ func GetIssueComment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -494,7 +494,7 @@ func EditIssueComment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -541,7 +541,7 @@ func EditIssueCommentDeprecated(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -633,7 +633,7 @@ func DeleteIssueComment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -667,7 +667,7 @@ func DeleteIssueCommentDeprecated(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_comment_attachment.go b/routers/api/v1/repo/issue_comment_attachment.go index 5f660c57504dd..80ddac820033d 100644 --- a/routers/api/v1/repo/issue_comment_attachment.go +++ b/routers/api/v1/repo/issue_comment_attachment.go @@ -31,7 +31,7 @@ func GetIssueCommentAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -84,7 +84,7 @@ func ListIssueCommentAttachments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -128,7 +128,7 @@ func CreateIssueCommentAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -234,7 +234,7 @@ func EditIssueCommentAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -298,7 +298,7 @@ func DeleteIssueCommentAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_dependency.go b/routers/api/v1/repo/issue_dependency.go index 1b58beb7b6e92..4c8ea5999d1fc 100644 --- a/routers/api/v1/repo/issue_dependency.go +++ b/routers/api/v1/repo/issue_dependency.go @@ -28,7 +28,7 @@ func GetIssueDependencies(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -163,7 +163,7 @@ func CreateIssueDependency(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -224,7 +224,7 @@ func RemoveIssueDependency(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -285,7 +285,7 @@ func GetIssueBlocks(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -388,7 +388,7 @@ func CreateIssueBlocking(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -445,7 +445,7 @@ func RemoveIssueBlocking(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_label.go b/routers/api/v1/repo/issue_label.go index d5eee2d469b54..b8a669f9aa571 100644 --- a/routers/api/v1/repo/issue_label.go +++ b/routers/api/v1/repo/issue_label.go @@ -27,7 +27,7 @@ func ListIssueLabels(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -77,7 +77,7 @@ func AddIssueLabels(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -133,7 +133,7 @@ func DeleteIssueLabel(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -208,7 +208,7 @@ func ReplaceIssueLabels(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -263,7 +263,7 @@ func ClearIssueLabels(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_lock.go b/routers/api/v1/repo/issue_lock.go index b9e5bcf6eba44..295329ec37428 100644 --- a/routers/api/v1/repo/issue_lock.go +++ b/routers/api/v1/repo/issue_lock.go @@ -25,7 +25,7 @@ func LockIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -97,7 +97,7 @@ func UnlockIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_pin.go b/routers/api/v1/repo/issue_pin.go index 71985ac765797..054f583a10bc3 100644 --- a/routers/api/v1/repo/issue_pin.go +++ b/routers/api/v1/repo/issue_pin.go @@ -20,7 +20,7 @@ func PinIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -77,7 +77,7 @@ func UnpinIssue(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -132,7 +132,7 @@ func MoveIssuePin(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -188,7 +188,7 @@ func ListPinnedIssues(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -220,7 +220,7 @@ func ListPinnedPullRequests(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -277,7 +277,7 @@ func AreNewIssuePinsAllowed(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_reaction.go b/routers/api/v1/repo/issue_reaction.go index e535b5e0091dd..9cf4986ec147d 100644 --- a/routers/api/v1/repo/issue_reaction.go +++ b/routers/api/v1/repo/issue_reaction.go @@ -29,7 +29,7 @@ func GetIssueCommentReactions(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -111,7 +111,7 @@ func PostIssueCommentReaction(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -156,7 +156,7 @@ func DeleteIssueCommentReaction(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -265,7 +265,7 @@ func GetIssueReactions(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -346,7 +346,7 @@ func PostIssueReaction(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -389,7 +389,7 @@ func DeleteIssueReaction(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_stopwatch.go b/routers/api/v1/repo/issue_stopwatch.go index 0f28b9757d1ca..c2f7f4190dd74 100644 --- a/routers/api/v1/repo/issue_stopwatch.go +++ b/routers/api/v1/repo/issue_stopwatch.go @@ -24,7 +24,7 @@ func StartIssueStopwatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -76,7 +76,7 @@ func StopIssueStopwatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -127,7 +127,7 @@ func DeleteIssueStopwatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_subscription.go b/routers/api/v1/repo/issue_subscription.go index c89f228a06adb..8a422575903aa 100644 --- a/routers/api/v1/repo/issue_subscription.go +++ b/routers/api/v1/repo/issue_subscription.go @@ -27,7 +27,7 @@ func AddIssueSubscription(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -71,7 +71,7 @@ func DelIssueSubscription(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -165,7 +165,7 @@ func CheckIssueSubscription(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -223,7 +223,7 @@ func GetIssueSubscribers(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/issue_tracked_time.go b/routers/api/v1/repo/issue_tracked_time.go index 171da272ccc4c..b7ec837fff745 100644 --- a/routers/api/v1/repo/issue_tracked_time.go +++ b/routers/api/v1/repo/issue_tracked_time.go @@ -29,7 +29,7 @@ func ListTrackedTimes(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -153,7 +153,7 @@ func AddTime(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -240,7 +240,7 @@ func ResetIssueTime(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -307,7 +307,7 @@ func DeleteTime(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -395,7 +395,7 @@ func ListTrackedTimesByUser(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -468,7 +468,7 @@ func ListTrackedTimesByRepository(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/key.go b/routers/api/v1/repo/key.go index 8cb61e9e0c1c0..593be2df3f7b2 100644 --- a/routers/api/v1/repo/key.go +++ b/routers/api/v1/repo/key.go @@ -53,7 +53,7 @@ func ListDeployKeys(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -123,7 +123,7 @@ func GetDeployKey(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -211,7 +211,7 @@ func CreateDeployKey(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -257,7 +257,7 @@ func DeleteDeploykey(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/label.go b/routers/api/v1/repo/label.go index 4f79d4259538d..9fe4313192558 100644 --- a/routers/api/v1/repo/label.go +++ b/routers/api/v1/repo/label.go @@ -27,7 +27,7 @@ func ListLabels(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -75,7 +75,7 @@ func GetLabel(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -129,7 +129,7 @@ func CreateLabel(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -185,7 +185,7 @@ func EditLabel(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -256,7 +256,7 @@ func DeleteLabel(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/language.go b/routers/api/v1/repo/language.go index 00789983ce711..edb16ee5bdba7 100644 --- a/routers/api/v1/repo/language.go +++ b/routers/api/v1/repo/language.go @@ -53,7 +53,7 @@ func GetLanguages(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/license.go b/routers/api/v1/repo/license.go index 3040815e8ae34..8a25d3d1b4546 100644 --- a/routers/api/v1/repo/license.go +++ b/routers/api/v1/repo/license.go @@ -21,7 +21,7 @@ func GetLicenses(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/milestone.go b/routers/api/v1/repo/milestone.go index 33fa7c4b1644c..848cbc1813e8b 100644 --- a/routers/api/v1/repo/milestone.go +++ b/routers/api/v1/repo/milestone.go @@ -30,7 +30,7 @@ func ListMilestones(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -97,7 +97,7 @@ func GetMilestone(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -136,7 +136,7 @@ func CreateMilestone(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -191,7 +191,7 @@ func EditMilestone(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -247,7 +247,7 @@ func DeleteMilestone(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/mirror.go b/routers/api/v1/repo/mirror.go index f11a1603c4c12..fec24c33c1c6f 100644 --- a/routers/api/v1/repo/mirror.go +++ b/routers/api/v1/repo/mirror.go @@ -33,7 +33,7 @@ func MirrorSync(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to sync + // description: username of the user or organization owning the repository to sync // type: string // required: true // - name: repo @@ -84,7 +84,7 @@ func PushMirrorSync(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to sync + // description: username of the user or organization owning the repository to sync // type: string // required: true // - name: repo @@ -133,7 +133,7 @@ func ListPushMirrors(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -194,7 +194,7 @@ func GetPushMirrorByName(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -256,7 +256,7 @@ func AddPushMirror(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -297,7 +297,7 @@ func DeletePushMirrorByRemoteName(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/notes.go b/routers/api/v1/repo/notes.go index 87efb1caf2676..99a356f5c1385 100644 --- a/routers/api/v1/repo/notes.go +++ b/routers/api/v1/repo/notes.go @@ -23,7 +23,7 @@ func GetNote(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/patch.go b/routers/api/v1/repo/patch.go index e9f5cf5d908da..e74d472bbd89c 100644 --- a/routers/api/v1/repo/patch.go +++ b/routers/api/v1/repo/patch.go @@ -24,7 +24,7 @@ func ApplyDiffPatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/pull.go b/routers/api/v1/repo/pull.go index 2c194f9253599..395501d44702c 100644 --- a/routers/api/v1/repo/pull.go +++ b/routers/api/v1/repo/pull.go @@ -52,7 +52,7 @@ func ListPullRequests(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: Owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -165,7 +165,7 @@ func GetPullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -220,7 +220,7 @@ func GetPullRequestByBaseHead(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -309,7 +309,7 @@ func DownloadPullDiffOrPatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -374,7 +374,7 @@ func CreatePullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -584,7 +584,7 @@ func EditPullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -814,7 +814,7 @@ func IsPullRequestMerged(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -860,7 +860,7 @@ func MergePullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1221,7 +1221,7 @@ func UpdatePullRequest(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1327,7 +1327,7 @@ func CancelScheduledAutoMerge(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1401,7 +1401,7 @@ func GetPullRequestCommits(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1523,7 +1523,7 @@ func GetPullRequestFiles(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/pull_review.go b/routers/api/v1/repo/pull_review.go index 9421a052db543..d2254335bf39c 100644 --- a/routers/api/v1/repo/pull_review.go +++ b/routers/api/v1/repo/pull_review.go @@ -33,7 +33,7 @@ func ListPullReviews(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -118,7 +118,7 @@ func GetPullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -168,7 +168,7 @@ func GetPullReviewComments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -218,7 +218,7 @@ func DeletePullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -278,7 +278,7 @@ func CreatePullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -399,7 +399,7 @@ func SubmitPullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -583,7 +583,7 @@ func CreateReviewRequests(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -624,7 +624,7 @@ func DeleteReviewRequests(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -802,7 +802,7 @@ func DismissPullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -850,7 +850,7 @@ func UnDismissPullReview(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/release.go b/routers/api/v1/repo/release.go index 272b395dfb983..d5abacdac7f31 100644 --- a/routers/api/v1/repo/release.go +++ b/routers/api/v1/repo/release.go @@ -31,7 +31,7 @@ func GetRelease(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -79,7 +79,7 @@ func GetLatestRelease(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -120,7 +120,7 @@ func ListReleases(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -197,7 +197,7 @@ func CreateRelease(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -297,7 +297,7 @@ func EditRelease(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -377,7 +377,7 @@ func DeleteRelease(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/release_attachment.go b/routers/api/v1/repo/release_attachment.go index defde81a1d2ae..ceef973413aca 100644 --- a/routers/api/v1/repo/release_attachment.go +++ b/routers/api/v1/repo/release_attachment.go @@ -46,7 +46,7 @@ func GetReleaseAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -106,7 +106,7 @@ func ListReleaseAttachments(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -160,7 +160,7 @@ func CreateReleaseAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -264,7 +264,7 @@ func EditReleaseAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -345,7 +345,7 @@ func DeleteReleaseAttachment(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/release_tags.go b/routers/api/v1/repo/release_tags.go index b5e7d83b2adcf..49e950dd5e65c 100644 --- a/routers/api/v1/repo/release_tags.go +++ b/routers/api/v1/repo/release_tags.go @@ -22,7 +22,7 @@ func GetReleaseByTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -73,7 +73,7 @@ func DeleteReleaseByTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/repo.go b/routers/api/v1/repo/repo.go index 292b267c0114b..78a01f4831eca 100644 --- a/routers/api/v1/repo/repo.go +++ b/routers/api/v1/repo/repo.go @@ -329,7 +329,7 @@ func Generate(ctx *context.APIContext) { // parameters: // - name: template_owner // in: path - // description: name of the template repository owner + // description: username of the user or organization to own the template repository // type: string // required: true // - name: template_repo @@ -533,7 +533,7 @@ func Get(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -606,7 +606,7 @@ func Edit(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to edit + // description: username of the user or organization owning the repository to edit // type: string // required: true // - name: repo @@ -1137,7 +1137,7 @@ func Delete(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to delete + // description: username of the user or organization owning the repository to delete // type: string // required: true // - name: repo @@ -1188,7 +1188,7 @@ func GetIssueTemplates(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1218,7 +1218,7 @@ func GetIssueConfig(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1245,7 +1245,7 @@ func ValidateIssueConfig(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -1276,7 +1276,7 @@ func ListRepoActivityFeeds(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/star.go b/routers/api/v1/repo/star.go index 46218e0e283de..b59dace459fe1 100644 --- a/routers/api/v1/repo/star.go +++ b/routers/api/v1/repo/star.go @@ -23,7 +23,7 @@ func ListStargazers(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/status.go b/routers/api/v1/repo/status.go index 40007ea1e5f11..90d97692b27ae 100644 --- a/routers/api/v1/repo/status.go +++ b/routers/api/v1/repo/status.go @@ -27,7 +27,7 @@ func NewCommitStatus(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -82,7 +82,7 @@ func GetCommitStatuses(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -136,7 +136,7 @@ func GetCommitStatusesByRef(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -222,7 +222,7 @@ func GetCombinedCommitStatusByRef(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/subscriber.go b/routers/api/v1/repo/subscriber.go index 14f296a83d257..20535b742c1b3 100644 --- a/routers/api/v1/repo/subscriber.go +++ b/routers/api/v1/repo/subscriber.go @@ -23,7 +23,7 @@ func ListSubscribers(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/tag.go b/routers/api/v1/repo/tag.go index 9e77637282a3e..d1393a40e7d43 100644 --- a/routers/api/v1/repo/tag.go +++ b/routers/api/v1/repo/tag.go @@ -31,7 +31,7 @@ func ListTags(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -80,7 +80,7 @@ func GetAnnotatedTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -128,7 +128,7 @@ func GetTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -166,7 +166,7 @@ func CreateTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -236,7 +236,7 @@ func DeleteTag(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -301,7 +301,7 @@ func ListTagProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -337,7 +337,7 @@ func GetTagProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -384,7 +384,7 @@ func CreateTagProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -491,7 +491,7 @@ func EditTagProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -596,7 +596,7 @@ func DeleteTagProtection(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/teams.go b/routers/api/v1/repo/teams.go index 739a9e3892ba0..da83aaf1b792c 100644 --- a/routers/api/v1/repo/teams.go +++ b/routers/api/v1/repo/teams.go @@ -23,7 +23,7 @@ func ListTeams(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -67,7 +67,7 @@ func IsTeam(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -121,7 +121,7 @@ func AddTeam(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -157,7 +157,7 @@ func DeleteTeam(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/topic.go b/routers/api/v1/repo/topic.go index 9c4c22e0398a6..7620e6bb9d920 100644 --- a/routers/api/v1/repo/topic.go +++ b/routers/api/v1/repo/topic.go @@ -27,7 +27,7 @@ func ListTopics(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -81,7 +81,7 @@ func UpdateTopics(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -141,7 +141,7 @@ func AddTopic(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -208,7 +208,7 @@ func DeleteTopic(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/transfer.go b/routers/api/v1/repo/transfer.go index cbf3d10c3987e..66127134f9b53 100644 --- a/routers/api/v1/repo/transfer.go +++ b/routers/api/v1/repo/transfer.go @@ -32,7 +32,7 @@ func Transfer(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to transfer + // description: username of the user or organization owning the repository to transfer // type: string // required: true // - name: repo @@ -143,7 +143,7 @@ func AcceptTransfer(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to transfer + // description: username of the user or organization owning the repository to transfer // type: string // required: true // - name: repo @@ -187,7 +187,7 @@ func RejectTransfer(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to transfer + // description: username of the user or organization owning the repository to transfer // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/tree.go b/routers/api/v1/repo/tree.go index dfd69600fb091..b794128c7ea2f 100644 --- a/routers/api/v1/repo/tree.go +++ b/routers/api/v1/repo/tree.go @@ -20,7 +20,7 @@ func GetTree(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/repo/wiki.go b/routers/api/v1/repo/wiki.go index 8e24ffa465c14..9aa976fbfbb2e 100644 --- a/routers/api/v1/repo/wiki.go +++ b/routers/api/v1/repo/wiki.go @@ -32,7 +32,7 @@ func NewWikiPage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -105,7 +105,7 @@ func EditWikiPage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -219,7 +219,7 @@ func DeleteWikiPage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -268,7 +268,7 @@ func ListWikiPages(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -347,7 +347,7 @@ func GetWikiPage(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -385,7 +385,7 @@ func ListPageRevisions(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/routers/api/v1/user/star.go b/routers/api/v1/user/star.go index ee5d63063b8a8..7f1aeb0c37a1e 100644 --- a/routers/api/v1/user/star.go +++ b/routers/api/v1/user/star.go @@ -119,7 +119,7 @@ func IsStarring(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -150,7 +150,7 @@ func Star(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to star + // description: username of the user or organization owning the repository to star // type: string // required: true // - name: repo @@ -186,7 +186,7 @@ func Unstar(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo to unstar + // description: username of the user or organization owning the repository to unstar // type: string // required: true // - name: repo diff --git a/routers/api/v1/user/watch.go b/routers/api/v1/user/watch.go index 844eac2c6740f..0742db79881c1 100644 --- a/routers/api/v1/user/watch.go +++ b/routers/api/v1/user/watch.go @@ -113,7 +113,7 @@ func IsWatching(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -149,7 +149,7 @@ func Watch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo @@ -192,7 +192,7 @@ func Unwatch(ctx *context.APIContext) { // parameters: // - name: owner // in: path - // description: owner of the repo + // description: username of the user or organization owning the repository // type: string // required: true // - name: repo diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 323e0d64ac567..9ab53fdd44f5c 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -686,7 +686,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -723,7 +723,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -3744,7 +3744,7 @@ "parameters": [ { "type": "string", - "description": "owner of the packages", + "description": "username of the user or organization owning the packages", "name": "owner", "in": "path", "required": true @@ -3820,7 +3820,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -3875,7 +3875,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -3915,7 +3915,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -3962,7 +3962,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -4005,7 +4005,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -4050,7 +4050,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -4100,7 +4100,7 @@ "parameters": [ { "type": "string", - "description": "owner of the package", + "description": "username of the user or organization owning the package", "name": "owner", "in": "path", "required": true @@ -4464,7 +4464,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4498,7 +4498,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to delete", + "description": "username of the user or organization owning the repository to delete", "name": "owner", "in": "path", "required": true @@ -4535,7 +4535,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to edit", + "description": "username of the user or organization owning the repository to edit", "name": "owner", "in": "path", "required": true @@ -4585,7 +4585,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4630,7 +4630,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4674,7 +4674,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4720,7 +4720,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4869,7 +4869,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4915,7 +4915,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4954,7 +4954,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -4985,7 +4985,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5018,7 +5018,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5062,7 +5062,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5233,7 +5233,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5279,7 +5279,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5395,7 +5395,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repository", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5446,7 +5446,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repository", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5503,7 +5503,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repository", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5549,7 +5549,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5609,7 +5609,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5660,7 +5660,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5704,7 +5704,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5758,7 +5758,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5812,7 +5812,7 @@ "parameters": [ { "type": "string", - "description": "name of the owner", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5864,7 +5864,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5912,7 +5912,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -5967,7 +5967,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6019,7 +6019,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6078,7 +6078,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6133,7 +6133,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6188,7 +6188,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6231,7 +6231,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6267,7 +6267,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6308,7 +6308,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6344,7 +6344,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6378,7 +6378,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6433,7 +6433,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6482,7 +6482,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6523,7 +6523,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6567,7 +6567,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6623,7 +6623,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6669,7 +6669,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6721,7 +6721,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6762,7 +6762,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6812,7 +6812,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6868,7 +6868,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6916,7 +6916,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -6960,7 +6960,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7014,7 +7014,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7060,7 +7060,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7106,7 +7106,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7207,7 +7207,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7265,7 +7265,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7349,7 +7349,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7392,7 +7392,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7436,7 +7436,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7479,7 +7479,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7589,7 +7589,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7639,7 +7639,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7700,7 +7700,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7761,7 +7761,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7827,7 +7827,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7874,7 +7874,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7924,7 +7924,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -7972,7 +7972,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8022,7 +8022,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8068,7 +8068,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to fork", + "description": "username of the user or organization owning the repository to fork", "name": "owner", "in": "path", "required": true @@ -8120,7 +8120,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8166,7 +8166,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8230,7 +8230,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8284,7 +8284,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8342,7 +8342,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8378,7 +8378,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8421,7 +8421,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8467,7 +8467,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8531,7 +8531,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8580,7 +8580,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8623,7 +8623,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8659,7 +8659,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8700,7 +8700,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8741,7 +8741,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8791,7 +8791,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8833,7 +8833,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8875,7 +8875,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8926,7 +8926,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -8976,7 +8976,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9012,7 +9012,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9048,7 +9048,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9084,7 +9084,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9204,7 +9204,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9259,7 +9259,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9324,7 +9324,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9369,7 +9369,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9417,7 +9417,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9477,7 +9477,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9522,7 +9522,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9591,7 +9591,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9641,7 +9641,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9697,7 +9697,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9765,7 +9765,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9813,7 +9813,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9871,7 +9871,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9925,7 +9925,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -9961,7 +9961,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10000,7 +10000,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10048,7 +10048,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10105,7 +10105,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10150,7 +10150,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10216,7 +10216,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10266,7 +10266,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10322,7 +10322,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10387,7 +10387,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10440,7 +10440,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10488,7 +10488,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10538,7 +10538,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10597,7 +10597,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10652,7 +10652,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10708,7 +10708,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10775,7 +10775,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10829,7 +10829,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10882,7 +10882,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10933,7 +10933,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -10986,7 +10986,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11031,7 +11031,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11086,7 +11086,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11138,7 +11138,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11185,7 +11185,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11246,7 +11246,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11301,7 +11301,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11345,7 +11345,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11387,7 +11387,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11431,7 +11431,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11489,7 +11489,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11549,7 +11549,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11607,7 +11607,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11664,7 +11664,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11717,7 +11717,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11770,7 +11770,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11823,7 +11823,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11882,7 +11882,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11929,7 +11929,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -11987,7 +11987,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12044,7 +12044,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12114,7 +12114,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12191,7 +12191,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12249,7 +12249,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12302,7 +12302,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12360,7 +12360,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12421,7 +12421,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12467,7 +12467,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12506,7 +12506,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12553,7 +12553,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12602,7 +12602,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12648,7 +12648,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12687,7 +12687,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12732,7 +12732,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12786,7 +12786,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12822,7 +12822,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12858,7 +12858,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12910,7 +12910,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -12956,7 +12956,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13017,7 +13017,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13060,7 +13060,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13098,7 +13098,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13142,7 +13142,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13192,7 +13192,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to sync", + "description": "username of the user or organization owning the repository to sync", "name": "owner", "in": "path", "required": true @@ -13231,7 +13231,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13270,7 +13270,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13362,7 +13362,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13424,7 +13424,7 @@ "parameters": [ { "type": "string", - "description": "Owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13536,7 +13536,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13591,7 +13591,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13627,7 +13627,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13677,7 +13677,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13722,7 +13722,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13785,7 +13785,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13846,7 +13846,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13914,7 +13914,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -13988,7 +13988,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14030,7 +14030,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14088,7 +14088,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14138,7 +14138,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14191,7 +14191,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14249,7 +14249,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14303,7 +14303,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14358,7 +14358,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14408,7 +14408,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14469,7 +14469,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14524,7 +14524,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14576,7 +14576,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14642,7 +14642,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14700,7 +14700,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14763,7 +14763,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14818,7 +14818,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14867,7 +14867,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to sync", + "description": "username of the user or organization owning the repository to sync", "name": "owner", "in": "path", "required": true @@ -14909,7 +14909,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -14956,7 +14956,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15002,7 +15002,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15054,7 +15054,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15115,7 +15115,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15164,7 +15164,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15200,7 +15200,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15238,7 +15238,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15284,7 +15284,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15323,7 +15323,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15371,7 +15371,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15422,7 +15422,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15468,7 +15468,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15527,7 +15527,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15577,7 +15577,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15630,7 +15630,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15692,7 +15692,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15728,7 +15728,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15764,7 +15764,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15800,7 +15800,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15851,7 +15851,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15933,7 +15933,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -15986,7 +15986,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16031,7 +16031,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16062,7 +16062,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16096,7 +16096,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16132,7 +16132,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16166,7 +16166,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16218,7 +16218,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16259,7 +16259,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16303,7 +16303,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16359,7 +16359,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16405,7 +16405,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16460,7 +16460,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16501,7 +16501,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16556,7 +16556,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16592,7 +16592,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16636,7 +16636,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16683,7 +16683,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16732,7 +16732,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16807,7 +16807,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16856,7 +16856,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16902,7 +16902,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16948,7 +16948,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -16992,7 +16992,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17038,7 +17038,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to transfer", + "description": "username of the user or organization owning the repository to transfer", "name": "owner", "in": "path", "required": true @@ -17089,7 +17089,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to transfer", + "description": "username of the user or organization owning the repository to transfer", "name": "owner", "in": "path", "required": true @@ -17128,7 +17128,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to transfer", + "description": "username of the user or organization owning the repository to transfer", "name": "owner", "in": "path", "required": true @@ -17167,7 +17167,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17219,7 +17219,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17257,7 +17257,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17304,7 +17304,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17363,7 +17363,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17411,7 +17411,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -17463,7 +17463,7 @@ "parameters": [ { "type": "string", - "description": "name of the template repository owner", + "description": "username of the user or organization to own the template repository", "name": "template_owner", "in": "path", "required": true @@ -19814,7 +19814,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo", + "description": "username of the user or organization owning the repository", "name": "owner", "in": "path", "required": true @@ -19848,7 +19848,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to star", + "description": "username of the user or organization owning the repository to star", "name": "owner", "in": "path", "required": true @@ -19882,7 +19882,7 @@ "parameters": [ { "type": "string", - "description": "owner of the repo to unstar", + "description": "username of the user or organization owning the repository to unstar", "name": "owner", "in": "path", "required": true @@ -25006,13 +25006,12 @@ "x-go-name": "Labels" }, "name": { - "description": "Name of the repository to create", "type": "string", "uniqueItems": true, "x-go-name": "Name" }, "owner": { - "description": "The organization or person who will own the new repository", + "description": "username of the user or organization who will own the repository", "type": "string", "x-go-name": "Owner" }, @@ -25545,6 +25544,7 @@ "x-go-name": "Index" }, "owner": { + "description": "username of the user or organization owning the issue", "type": "string", "x-go-name": "Owner" }, @@ -25929,7 +25929,7 @@ "x-go-name": "RepoName" }, "repo_owner": { - "description": "Name of User or Organisation who will own Repo after migration", + "description": "username of the user or organization who will own the repository after migration", "type": "string", "x-go-name": "RepoOwner" }, @@ -27567,6 +27567,7 @@ "x-go-name": "Name" }, "owner": { + "description": "username of the user or organization owning the repository", "type": "string", "x-go-name": "Owner" } @@ -27661,6 +27662,7 @@ "x-go-name": "RepoName" }, "repo_owner_name": { + "description": "username of the user or organization owning the repository", "type": "string", "x-go-name": "RepoOwnerName" }, @@ -28054,6 +28056,7 @@ ], "properties": { "new_owner": { + "description": "username of the user or organization who will own the repository", "type": "string", "x-go-name": "NewOwner" },