Skip to content

Commit 941c66f

Browse files
gchapsbalookakibanamachine
authored
[7.9] Update create.asciidoc (#84046) (#84673)
* Update create.asciidoc (#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 <42973632+kibanamachine@users.noreply.github.com> * [DOCS] Fixes requests Co-authored-by: Olivier V <vandamo.be@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent 4cc138e commit 941c66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/saved-objects/create.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +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>`
1717

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

2020
[[saved-objects-api-create-path-params]]
2121
==== Path parameters

0 commit comments

Comments
 (0)