Skip to content

Commit 1b87404

Browse files
committed
[docker-hub-api] Fix listNamespaceRepositories max page_size : 1000 -> 100
1 parent 081dcfd commit 1b87404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/reference/api/hub/latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,9 +1014,9 @@ paths:
10141014
schema:
10151015
type: integer
10161016
minimum: 1
1017-
maximum: 1000
1017+
maximum: 100
10181018
default: 10
1019-
description: Number of repositories to get per page. Defaults to 10. Max of 1000.
1019+
description: Number of repositories to get per page. Defaults to 10. Max of 100.
10201020
- in: query
10211021
name: name
10221022
required: false

0 commit comments

Comments
 (0)