Skip to content

Commit

Permalink
[DOCS] Fixes POST request for saved objects (elastic#69036)
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Jun 12, 2020
1 parent 008eae4 commit 56414de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ experimental[] Create {kib} saved objects.

`POST <kibana host>:<port>/api/saved_objects/<type>/<id>`

`POST <kibana host>:<port>/s/<space_id>/saved_objects/<type>`
`POST <kibana host>:<port>/s/<space_id>/api/saved_objects/<type>`

`POST /s/<space_id>/saved_objects/<type>`

Expand Down

0 comments on commit 56414de

Please sign in to comment.