provider packages GET /user/docker/conflicts
@utdk/github /user/docker/conflicts
Get list of conflicting packages during Docker migration for authenticated-user
Lists all packages that are owned by the authenticated user within the user's namespace, and that encountered a conflict during a Docker migration. OAuth app tokens and personal access tokens (classic) need the `read:packages` scope to use this endpoint.

Try it

Authentication
Configure credentials for GitHub v3 REST API
packages.listDockerMigrationConflictingPackagesForAuthenticatedUser
GET/user/docker/conflicts
Lists all packages that are owned by the authenticated user within the user's namespace, and that encountered a conflict during a Docker migration. OAuth app tokens and personal access tokens (classic) need the `read:packages` scope to use this endpoint.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.packages.listDockerMigrationConflictingPackagesForAuthenticatedUser()