Skip to content

Commit 3f0eb74

Browse files
balookakibanamachine
authored andcommitted
Update create.asciidoc (elastic#84046)
The url templates provided for call of the API with space information was missing the /api/ section in it. (cherry picked from commit 35f1cc16eaa29666d7212402f57ab17858ebc96d) Co-authored-by: Kibana Machine <[email protected]>
1 parent 5b4b66a commit 3f0eb74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/api/saved-objects/create.asciidoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ experimental[] Create {kib} saved objects.
99
[[saved-objects-api-create-request]]
1010
==== Request
1111

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

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

16-
`POST <kibana host>:<port>/s/<space_id>/saved_objects/<type>`
16+
`POST <kibana host>:<port>/s/<space_id>/api/saved_objects/<type>`
17+
18+
`POST <kibana host>:<port>/s/<space_id>/api/saved_objects/<type>/<id>`
1719

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

0 commit comments

Comments
 (0)