Commit a535bf89 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-update-resource-doc-re-pagination' into 'master'

Note in QA Resources doc that API resources are paginated

See merge request gitlab-org/gitlab!21154
parents c9b992db 16cf2a81
......@@ -44,6 +44,9 @@ create the resource via the public GitLab API:
- `#api_post_path`: The `POST` path to create a new resource.
- `#api_post_body`: The `POST` body (as a Ruby hash) to create a new resource.
> Be aware that many API resources are [paginated](../../../api/README.md#pagination).
> If you don't find the results you expect, check if there is more that one page of results.
Let's take the `Shirt` resource class, and add these three API methods:
```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment