mirror of https://github.com/docker/docs.git
1.0 KiB
1.0 KiB
+++ title = "DTR APIs" description = "Docker Trusted Registry APIs" keywords = ["API, Docker, index, REST, documentation, Docker Trusted Registry, registry"] weight = 2 [menu.main] parent = "mn_reference" +++
Docker Trusted Registry APIs
The DTR APIs allow you to integrate Docker Trusted Registry (DTR) with your enterprise's organizational structure by providing fine-grained, role-based access control for your repositories.
The following documents detail the API:
- [DTR Accounts & Repos API: Intro & Overview]({{< relref "index.md" >}})
- [Accounts API Doc]({{< relref "dtr_1_3_accounts.md" >}})
- [Teams API Doc]({{< relref "dtr_1_3_teams.md" >}})
- [Repositories API Doc]({{< relref "dtr_1_3_repositories.md" >}})
- [User-Owned Repository Access API Doc]({{< relref "dtr_1_3_user_repo_access.md" >}})
- [Organization-Owned Repository Access API Doc]({{< relref "dtr_1_3_team_repo_access.md" >}})
- [Organization-Owned Repository Namespace Access API Doc]({{< relref "dtr_1_3_team_repo_namespace_access.md" >}})