Skip to content

Commit 6dda888

Browse files
[Synthetics] Clarify private location api docs !! (#208504)
## Summary Clarify private location api docs !! Co-authored-by: Dominique Clarke <[email protected]>
1 parent bd0d682 commit 6dda888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/synthetics/private-locations/create-private-location.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ The request body should contain the following attributes:
3838
- `lon` (Required, number): The longitude of the location.
3939

4040
`spaces`::
41-
(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.
41+
(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
42+
does not have access to all spaces. In that case you can provide the space ID where the private location should be available.
4243

4344
[[private-location-create-example]]
4445
==== Example

0 commit comments

Comments
 (0)