diff --git a/docs/snippets/credentials/astp-and-global-search-common.mdx b/docs/snippets/credentials/astp-and-global-search-common.mdx index ad4eb6a..7c36326 100644 --- a/docs/snippets/credentials/astp-and-global-search-common.mdx +++ b/docs/snippets/credentials/astp-and-global-search-common.mdx @@ -72,6 +72,7 @@ This endpoint supports the + This query will match all credentials that contain the specified domain in the email address. ```json { "type": "domain", @@ -91,6 +92,7 @@ This endpoint supports the + This query will match all credentials that contain the specified password. ```json { "type": "secret", @@ -100,6 +102,7 @@ This endpoint supports the + This query will match all credentials for the exact email address. ```json { "type": "email",