mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes POST request for saved objects (#69036)
This commit is contained in:
parent
1a933c293d
commit
fef7ff859d
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||
|
||||
[[saved-objects-api-create-path-params]]
|
||||
==== Path parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue