Skip to content

Commit 29dba90

Browse files
balookagchaps
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 <42973632+kibanamachine@users.noreply.github.com>
1 parent ec95995 commit 29dba90

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)