From 0a42f2aea58f05a0af9852dd111c28a36004c37f Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:07:42 -0500 Subject: [PATCH] backport of commit 9bb8321a5bf5b26beae865eb6290bd17aabc159f (#19409) Co-authored-by: Max Winslow <43095669+maxiscoding28@users.noreply.github.com> --- website/content/api-docs/secret/identity/lookup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/secret/identity/lookup.mdx b/website/content/api-docs/secret/identity/lookup.mdx index 87d88191d506..1a45f3b5491f 100644 --- a/website/content/api-docs/secret/identity/lookup.mdx +++ b/website/content/api-docs/secret/identity/lookup.mdx @@ -8,7 +8,7 @@ description: |- ## Lookup an Entity -This endpoint queries the entity based on the given criteria. The criteria can +This endpoint looks up an entity based on the given criteria. The criteria can be `name`, `id`, `alias_id`, or a combination of `alias_name` and `alias_mount_accessor`. @@ -70,7 +70,7 @@ $ curl \ ## Lookup a Group -This endpoint queries the group based on the given criteria. The criteria can +This endpoint looks up a group based on the given criteria. The criteria can be `name`, `id`, `alias_id`, or a combination of `alias_name` and `alias_mount_accessor`.