Fix a typo in the api docs

This commit is contained in:
Patrick Devine 2015-08-31 10:17:50 -07:00
parent e1f4cedf60
commit 4da08970f2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ parent = "smn_dtrapi"
The Accounts & Repos API lets you integrate Docker Trusted Registry (DTR) with your enterprise's organizational structure by providing fine-grained, role-based access control for your repositories. Specifically, this API provides: The Accounts & Repos API lets you integrate Docker Trusted Registry (DTR) with your enterprise's organizational structure by providing fine-grained, role-based access control for your repositories. Specifically, this API provides:
* An API for account management, including creating an account, listing existing accounts, creating a team within an organization, listing teamns in an organization, getting a specific team, listing members of a team, adding and removing members from a team (if using a managed whitelist), or editing LDAP syncing configuration. * An API for account management, including creating an account, listing existing accounts, creating a team within an organization, listing teams in an organization, getting a specific team, listing members of a team, adding and removing members from a team (if using a managed whitelist), or editing LDAP syncing configuration.
* Methods for syncing members of a team in DTR with an LDAP group filter configured by an admin. * Methods for syncing members of a team in DTR with an LDAP group filter configured by an admin.