Skip to content

Commit

Permalink
Fixes get file API typo (#4526) (#4560)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cdb208)

Co-authored-by: natasha-moore-elastic <[email protected]>
  • Loading branch information
mergify[bot] and natasha-moore-elastic authored Jan 4, 2024
1 parent 1b9e0a4 commit 0e1dffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/management/api/get-file-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You must have the `File Operations` {kib} privilege in the Security feature as p

==== Request URL

`POST <kibana host>:<port>/api/endpoint/action/get-file`
`POST <kibana host>:<port>/api/endpoint/action/get_file`

==== Request body

Expand All @@ -31,7 +31,7 @@ Retrieve a file `/usr/my-file.txt` on a host with an `endpoint_id` value of `ed5

[source,sh]
--------------------------------------------------
POST /api/endpoint/action/get-file
POST /api/endpoint/action/get_file
{
"endpoint_ids": ["ed518850-681a-4d60-bb98-e22640cae2a8"],
"parameters": {
Expand Down

0 comments on commit 0e1dffd

Please sign in to comment.