Missed a zero
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
639d0df9b3
commit
02d56f73b0
|
@ -411,7 +411,7 @@ You can specify these options as the `GET` API operation’s URL parameters to f
|
||||||
Parameter | Description | Required
|
Parameter | Description | Required
|
||||||
:--- | :--- | :---
|
:--- | :--- | :---
|
||||||
from | The starting index to search from. Default is 0. | No
|
from | The starting index to search from. Default is 0. | No
|
||||||
size | Specifies the amount of results to return. Default is 1. | No
|
size | Specifies the amount of results to return. Default is 10. | No
|
||||||
search |The search term to use to filter results. | No
|
search |The search term to use to filter results. | No
|
||||||
sortField | The field to sort results with. | No
|
sortField | The field to sort results with. | No
|
||||||
sortDirection | Specifies the direction to sort results in. Can be `ASC` or `DESC`. Default is ASC. | No
|
sortDirection | Specifies the direction to sort results in. Can be `ASC` or `DESC`. Default is ASC. | No
|
||||||
|
|
Loading…
Reference in New Issue