Skip to content

Commit

Permalink
backport of commit 9bb8321
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiscoding28 committed Feb 28, 2023
1 parent 75f1ea2 commit 25140b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/identity/lookup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit 25140b6

Please sign in to comment.