Skip to content

Commit 07bb7ec

Browse files
authored
docs: description updates (#408)
1 parent ccbe4d7 commit 07bb7ec

35 files changed

+639
-91
lines changed

docs/apps/createInstallationAccessToken.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ The level of permission to grant the access token for viewing an organization's
178178

179179
The level of permission to grant the access token to manage organization projects, columns, and cards. Can be one of: `read`, `write`, or `admin`.
180180

181+
</td></tr>
182+
<tr><td>permissions.organization_packages</td><td>no</td><td>
183+
184+
The level of permission to grant the access token for organization packages published to GitHub Packages. Can be one of: `read` or `write`.
185+
181186
</td></tr>
182187
<tr><td>permissions.organization_secrets</td><td>no</td><td>
183188

docs/apps/scopeToken.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ The level of permission to grant the access token for viewing an organization's
192192

193193
The level of permission to grant the access token to manage organization projects, columns, and cards. Can be one of: `read`, `write`, or `admin`.
194194

195+
</td></tr>
196+
<tr><td>permissions.organization_packages</td><td>no</td><td>
197+
198+
The level of permission to grant the access token for organization packages published to GitHub Packages. Can be one of: `read` or `write`.
199+
195200
</td></tr>
196201
<tr><td>permissions.organization_secrets</td><td>no</td><td>
197202

docs/billing/getGithubPackagesBillingOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: API method
88

99
# Get GitHub Packages billing for an organization
1010

11-
Gets the free and paid storage usued for GitHub Packages in gigabytes.
11+
Gets the free and paid storage used for GitHub Packages in gigabytes.
1212

1313
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
1414

docs/packages/deletePackageForAuthenticatedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ octokit.rest.packages.deletePackageForAuthenticatedUser({
3333
<tbody>
3434
<tr><td>package_type</td><td>yes</td><td>
3535

36-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
36+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
3737

3838
</td></tr>
3939
<tr><td>package_name</td><td>yes</td><td>

docs/packages/deletePackageForOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ octokit.rest.packages.deletePackageForOrg({
3636
<tbody>
3737
<tr><td>package_type</td><td>yes</td><td>
3838

39-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
39+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
4040

4141
</td></tr>
4242
<tr><td>package_name</td><td>yes</td><td>

docs/packages/deletePackageVersionForAuthenticatedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ octokit.rest.packages.deletePackageVersionForAuthenticatedUser({
3434
<tbody>
3535
<tr><td>package_type</td><td>yes</td><td>
3636

37-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
37+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
3838

3939
</td></tr>
4040
<tr><td>package_name</td><td>yes</td><td>

docs/packages/deletePackageVersionForOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ octokit.rest.packages.deletePackageVersionForOrg({
3737
<tbody>
3838
<tr><td>package_type</td><td>yes</td><td>
3939

40-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
40+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
4141

4242
</td></tr>
4343
<tr><td>package_name</td><td>yes</td><td>

docs/packages/getAllPackageVersionsForAPackageOwnedByAnOrg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ octokit.rest.packages.getAllPackageVersionsForAPackageOwnedByAnOrg({
3636
<tbody>
3737
<tr><td>package_type</td><td>yes</td><td>
3838

39-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
39+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
4040

4141
</td></tr>
4242
<tr><td>package_name</td><td>yes</td><td>

docs/packages/getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ octokit.rest.packages.getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUse
3737
<tbody>
3838
<tr><td>package_type</td><td>yes</td><td>
3939

40-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
40+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
4141

4242
</td></tr>
4343
<tr><td>package_name</td><td>yes</td><td>

docs/packages/getAllPackageVersionsForPackageOwnedByAuthenticatedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ octokit.rest.packages.getAllPackageVersionsForPackageOwnedByAuthenticatedUser({
3333
<tbody>
3434
<tr><td>package_type</td><td>yes</td><td>
3535

36-
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. For Docker images that use the package namespace `https://ghcr.io/owner/package-name`, use `container`.
36+
The type of supported package. Can be one of `npm`, `maven`, `rubygems`, `nuget`, `docker`, or `container`. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
3737

3838
</td></tr>
3939
<tr><td>package_name</td><td>yes</td><td>

0 commit comments

Comments
 (0)