Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/snippets/credentials/astp-and-global-search-common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ This endpoint supports the
<Tabs>

<Tab title="Domain Query">
This query will match all credentials that contain the specified domain in the email address.
```json
{
"type": "domain",
Expand All @@ -91,6 +92,7 @@ This endpoint supports the
</Tab>

<Tab title="Password Query">
This query will match all credentials that contain the specified password.
```json
{
"type": "secret",
Expand All @@ -100,6 +102,7 @@ This endpoint supports the
</Tab>

<Tab title="Email Query">
This query will match all credentials for the exact email address.
```json
{
"type": "email",
Expand Down
Loading