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
balooka authored and gchaps committed Dec 1, 2020
1 parent ec95995 commit 29dba90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +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>/api/saved_objects/<type>`

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

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

0 comments on commit 29dba90

Please sign in to comment.