Skip to content

Commit

Permalink
Update create.asciidoc (elastic#84046)
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.

(cherry picked from commit 35f1cc1)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
2 people authored and gchaps committed Dec 1, 2020
1 parent 55b7342 commit 2104de7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ experimental[] Create {kib} saved objects.
[[saved-objects-api-create-request]]
==== Request

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

`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 <kibana host>:<port>/s/<space_id>/api/saved_objects/<type>/<id>`

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

Expand Down

0 comments on commit 2104de7

Please sign in to comment.