1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update about-github-packages.md

This commit is contained in:
Peter Verhas
2020-12-14 10:42:25 +01:00
committed by GitHub
parent 513033992a
commit dc97fddc14

View File

@@ -145,7 +145,7 @@ For more information, see:
### Managing packages
You can delete a version of a private package on {% data variables.product.product_name %} or using the GraphQL API. When you use the GraphQL API to query and delete private packages, you must use the same token you use to authenticate to {% data variables.product.prodname_registry %}. For more information, see "[Deleting a package](/packages/manage-packages/deleting-a-package)" and "[Forming calls with GraphQL](/graphql/guides/forming-calls-with-graphql)."
You can delete a version of a private package on {% data variables.product.product_name %} via the user interface or using the GraphQL API. When you use the GraphQL API to query and delete private packages, you must use the same token you use to authenticate to {% data variables.product.prodname_registry %}. For more information, see "[Deleting a package](/packages/manage-packages/deleting-a-package)" and "[Forming calls with GraphQL](/graphql/guides/forming-calls-with-graphql)."
You can configure webhooks to subscribe to package-related events, such as when a package is published or updated. For more information, see the "[`package` webhook event](/webhooks/event-payloads/#package)."