Skip to content

Commit

Permalink
Update create.asciidoc
Browse files Browse the repository at this point in the history
The url templates provided for call of the API with space information was missing the /api/ section in it.
  • Loading branch information
balooka committed Nov 23, 2020
1 parent 8429d58 commit 35f1cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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>`
`POST /s/<space_id>/api/saved_objects/<type>`

[[saved-objects-api-create-path-params]]
==== Path parameters
Expand Down

0 comments on commit 35f1cc1

Please sign in to comment.