mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Fixes discrepancies in the Docker Hub organization access token API documentation to match actual API behavior. Changes: - Removed `created_by` field from create endpoint response (API only returns `created_at`) - Updated scope examples from `repo-pull` to `scope-image-pull` (correct format with `scope-` prefix) - Enhanced repository path documentation with validation requirements for TYPE_REPO resources These changes align the OpenAPI specification with the actual API implementation as discovered during Terraform provider development. Fixes #24406 --------- Co-authored-by: David Karlsson <dvdksn@users.noreply.github.com>