From 9e74396f316bcd9de6b761907292f6fedb556c1a Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Thu, 7 Jul 2022 12:17:10 +0100 Subject: [PATCH] Fix API doc parameter placeholder: last Last is not an integer, but is the last returned value to start the pagination from. Signed-off-by: James Hewitt --- docs/spec/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index c8700bd71..69aa8eb9b 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -1495,7 +1495,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. @@ -5471,7 +5471,7 @@ The following headers will be returned with the response: ##### Catalog Fetch Paginated ``` -GET /v2/_catalog?n=&last= +GET /v2/_catalog?n=&last= ``` Return the specified portion of repositories.