mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update the docs to clarify the ID of the private location created (#184818)
Update the docs to clarify that the `id` of the Private Location created via the API will be the same `id` as the agent policy
This commit is contained in:
parent
d97331e936
commit
3f13215f27
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ The API returns the created private location as follows:
|
|||
[source,json]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"id": "unique-location-id",
|
||||
"id": "abcd1234",
|
||||
"label": "Private Location 1",
|
||||
"agentPolicyId": "abcd1234",
|
||||
"tags": ["private", "testing"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue