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`.