From 8c98f97a0dfab7d12d5ca7b623aee62af0bb2d2e Mon Sep 17 00:00:00 2001 From: Jianqing Wang Date: Fri, 24 Jul 2015 11:40:26 +0800 Subject: [PATCH] Fix typo Signed-off-by: tsing --- 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 ac2798d51..33264a19b 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -1241,7 +1241,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.