Missed a zero

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2022-02-04 15:47:57 -08:00
parent 639d0df9b3
commit 02d56f73b0
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ You can specify these options as the `GET` API operations URL parameters to f
Parameter | Description | Required
:--- | :--- | :---
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
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