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:
Paul Bianciardi 2024-06-05 14:36:03 +01:00 committed by GitHub
parent d97331e936
commit 3f13215f27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],