Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
  • Loading branch information
szabosteve and lcawl authored Mar 29, 2022
1 parent e037dfb commit 8469629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/cases/cases-api-get-case.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a specific set of applications. Valid values are: `cases`, `observability`,
and `securitySolution`. If this parameter is omitted, the response contains all
cases that the user has access to read.

WARNING: The `includeComments` query parameter is deprecated and will be removed
deprecated:[8.1.0]
in a future release.

==== Response code
Expand All @@ -55,7 +55,7 @@ Returns case ID `a18b38a0-71b0-11ea-a0b2-c51ea50a58e2` without comments:

[source,sh]
--------------------------------------------------
GET api/cases/a18b38a0-71b0-11ea-a0b2-c51ea50a58e2?includeComments=false
GET api/cases/a18b38a0-71b0-11ea-a0b2-c51ea50a58e2
--------------------------------------------------
// KIBANA

Expand Down

0 comments on commit 8469629

Please sign in to comment.