We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155b546 commit cbfb001Copy full SHA for cbfb001
github/orgs_packages.go
@@ -81,7 +81,7 @@ func (s *OrganizationsService) RestorePackage(ctx context.Context, org, packageT
81
82
// Get all versions of a package in an organization.
83
//
84
-// GitHub API docs: https://docs.github.com/en/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization
+// GitHub API docs: https://docs.github.com/en/rest/packages#list-package-versions-for-a-package-owned-by-an-organization
85
func (s *OrganizationsService) PackageGetAllVersions(ctx context.Context, org, packageType, packageName string, opts *PackageListOptions) ([]*PackageVersion, *Response, error) {
86
u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions", org, packageType, packageName)
87
u, err := addOptions(u, opts)
0 commit comments