Skip to content
Snippets Groups Projects
Commit 41469e5c authored by Karen's avatar Karen
Browse files

fixed namespaces info

parent 80b76e08
No related branches found
No related tags found
No related merge requests found
Loading
@@ -181,12 +181,12 @@ Parameters:
Loading
@@ -181,12 +181,12 @@ Parameters:
   
By default, groups only get 20 namespaces at a time because the API results are paginated. By default, groups only get 20 namespaces at a time because the API results are paginated.
   
To get more (up to 100), pass the following as an argument to the API call To get more (up to 100), pass the following as an argument to the API call:
``` ```
per_page=100 per_page=100
``` ```
   
And to switch pages add And to switch pages add:
``` ```
page=2 page=2
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment