1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6994 from Aigeruth/fix/docs/registry_api

Fix MarkDown in Docker Registry API docs
This commit is contained in:
Fred Lifton 2014-07-14 15:15:29 -07:00
commit 9d6f295d5d

View file

@ -335,7 +335,7 @@ Get all of the tags for the given repo.
- **401** Requires authorization - **401** Requires authorization
- **404** Repository not found - **404** Repository not found
`GET /v1/repositories/(namespace)/(repository)/tags/(tag*): `GET /v1/repositories/(namespace)/(repository)/tags/(tag*)`
Get a tag for the given repo. Get a tag for the given repo.
@ -369,7 +369,7 @@ Get a tag for the given repo.
- **401** Requires authorization - **401** Requires authorization
- **404** Tag not found - **404** Tag not found
`DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*): `DELETE /v1/repositories/(namespace)/(repository)/tags/(tag*)`
Delete the tag for the repo Delete the tag for the repo
@ -402,7 +402,7 @@ Delete the tag for the repo
- **401** Requires authorization - **401** Requires authorization
- **404** Tag not found - **404** Tag not found
`PUT /v1/repositories/(namespace)/(repository)/tags/(tag*): `PUT /v1/repositories/(namespace)/(repository)/tags/(tag*)`
Put a tag for the given repo. Put a tag for the given repo.