From d1dfac4b98917afd74f431b6792e91199ce37623 Mon Sep 17 00:00:00 2001 From: Stephen Day Date: Fri, 24 Jul 2015 13:28:10 -0700 Subject: [PATCH] Revert "Fix typo" --- docs/spec/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index 671f7ad27..9bbd37d9e 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -1264,7 +1264,7 @@ The error codes that may be included in the response body are enumerated below: ##### Tags Paginated ``` -GET /v2//tags/list?n=&last= +GET /v2//tags/list?n=last= ``` Return a portion of the tags for the specified repository.