Skip to content

Commit ea19e4e

Browse files
gchapsbalooka
andauthored
Update create.asciidoc (#84046) (#84675)
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> Co-authored-by: Olivier V <vandamo.be@gmail.com>
1 parent ec95995 commit ea19e4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/saved-objects/create.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +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

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

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

1920
[[saved-objects-api-create-path-params]]
2021
==== Path parameters

0 commit comments

Comments
 (0)