Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Skelker committed Feb 26, 2020
1 parent 366e694 commit dfd4e4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/en/siem/cases-api-get-all-cases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ All parameters are optional:

|`perPage` |Integer |The number of rules to return per page.

|`sortField` |String |Determines which field is used to sort the results.
|`sortField` |String |Determines which field is used to sort the results,
`createdAt` or `updatedAt`.

|`sortOrder` |String |Determines the sort order, which can be `desc` or `asc`.

Expand All @@ -33,8 +34,8 @@ specified field, using the `case-workflow.attributes.<field name>:<field value>`

|==============================================

NOTE: Even though the JSON case object uses `created_at`, and
`updated_at` fields, you must use `createdAt` and `updatedAt` fields in the URL
NOTE: Even though the JSON case object uses `created_at` and `updated_at`
fields, you must use `createdAt` and `updatedAt` fields in the URL
query.

===== Example request
Expand Down

0 comments on commit dfd4e4a

Please sign in to comment.