Skip to content

Commit 5f2b32a

Browse files
authored
Merge pull request #32 from lmalhoit/patch-16
6.md - "returned" grammar
2 parents c450fa1 + 20234f7 commit 5f2b32a

File tree

1 file changed

+1
-1
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+1
-1
lines changed

labs/coding-101-rest-basics-ga/6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GET https://{APIC-EM-Server}/api/v1/host
2727
2828
```
2929

30-
Alternatively, you may want to retrieve some of the hosts to page through them. In that case, pass the 'limit' parameter to specify the maximum number of hosts to be return. You can also pass the 'offset' parameter to specify where to start the list of hosts. The following call specifies to start from the first host, (offset=1), and to return a maximum of five hosts, (limit=5).
30+
Alternatively, you may want to retrieve some of the hosts to page through them. In that case, pass the 'limit' parameter to specify the maximum number of hosts to be returned. You can also pass the 'offset' parameter to specify where to start the list of hosts. The following call specifies to start from the first host, (offset=1), and to return a maximum of five hosts, (limit=5).
3131
```http
3232
3333
GET https://{APIC-EM-Server}/api/v1/host?limit=5&offset=1

0 commit comments

Comments
 (0)