Skip to main content

docker_migration_packages

Overview

Namedocker_migration_packages
TypeResource
Idgithub.packages.docker_migration_packages

Fields

NameDatatypeDescription
idintegerUnique identifier of the package.
namestringThe name of the package.
created_atstring
html_urlstring
ownerobjectA GitHub user.
package_typestring
repositoryobjectMinimal Repository
updated_atstring
urlstring
version_countintegerThe number of versions of the package.
visibilitystring

Methods

NameAccessible byRequired ParamsDescription
list_docker_migration_conflicting_packages_for_authenticated_userSELECTLists all packages that are owned by the authenticated user within the user's namespace, and that encountered a conflict during a Docker migration.
To use this endpoint, you must authenticate using an access token with the read:packages scope.
list_docker_migration_conflicting_packages_for_organizationSELECTorgLists all packages that are in a specific organization, are readable by the requesting user, and that encountered a conflict during a Docker migration.
To use this endpoint, you must authenticate using an access token with the read:packages scope.
list_docker_migration_conflicting_packages_for_userSELECTusernameLists all packages that are in a specific user's namespace, that the requesting user has access to, and that encountered a conflict during Docker migration.
To use this endpoint, you must authenticate using an access token with the read:packages scope.