Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
fc91278607
commit
972f10aa90
2 changed files with 10 additions and 6 deletions
|
@ -525,6 +525,15 @@ options:
|
|||
| [Projects](projects.md) | `order_by=id` only | Authenticated and unauthenticated users |
|
||||
| [Groups](groups.md) | `order_by=name`, `sort=asc` only | Unauthenticated users only |
|
||||
|
||||
### Pagination response headers
|
||||
|
||||
For performance reasons, if a query returns more than 10,000 records, GitLab
|
||||
doesn't return the following headers:
|
||||
|
||||
- `x-total`.
|
||||
- `x-total-pages`.
|
||||
- `rel="last"` `link`
|
||||
|
||||
## Path parameters
|
||||
|
||||
If an endpoint has path parameters, the documentation displays them with a
|
||||
|
|
|
@ -407,12 +407,7 @@ No response headers are provided.
|
|||
|
||||
### Pagination response headers
|
||||
|
||||
For performance reasons, if a query returns more than 10,000 records, GitLab
|
||||
doesn't return the following headers:
|
||||
|
||||
- `x-total`.
|
||||
- `x-total-pages`.
|
||||
- `rel="last"` `link`.
|
||||
For performance reasons, if a query returns more than 10,000 records, [GitLab excludes some headers](../../api/index.md#pagination-response-headers).
|
||||
|
||||
### Visibility settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue