mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Synthetics] Clarify private location api docs !! (#208504)
## Summary Clarify private location api docs !! Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co>
This commit is contained in:
parent
bd0d6820af
commit
6dda88821d
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ The request body should contain the following attributes:
|
|||
- `lon` (Required, number): The longitude of the location.
|
||||
|
||||
`spaces`::
|
||||
(Optional, array of strings) An array of space IDs where the private location is available. If not provided, the private location is available in all spaces.
|
||||
(Optional, array of strings) An array of space IDs where the private location is available. If not provided, the private location is available in all spaces, the API will throw an error if user
|
||||
does not have access to all spaces. In that case you can provide the space ID where the private location should be available.
|
||||
|
||||
[[private-location-create-example]]
|
||||
==== Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue