From 2f8391a32901f062d064b9ed17ba62ac5122f4c3 Mon Sep 17 00:00:00 2001 From: Xavier Lavallee Date: Tue, 31 Mar 2026 16:44:37 -0400 Subject: [PATCH] Revert "document `include` param in firework & astp credential search (#207)" This reverts commit e50ddfb531ca59aea3cd05a607c31f70c9f5ac6c. --- docs/api-reference/spec/firework-v4-openapi.json | 10 +--------- docs/changelog/overview.mdx | 6 ------ .../credentials/astp-and-global-search-common.mdx | 4 ---- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/api-reference/spec/firework-v4-openapi.json b/docs/api-reference/spec/firework-v4-openapi.json index e2ef309..2848572 100644 --- a/docs/api-reference/spec/firework-v4-openapi.json +++ b/docs/api-reference/spec/firework-v4-openapi.json @@ -15299,13 +15299,6 @@ } ], "title": "Event Uid" - }, - "auth_domains": { - "items": { - "type": "string" - }, - "type": "array", - "title": "Auth Domains" } }, "type": "object", @@ -21036,8 +21029,7 @@ "IncludeOptions": { "type": "string", "enum": [ - "known_password_id", - "auth_domains" + "known_password_id" ], "title": "IncludeOptions" }, diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index e7b44e0..3021773 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -12,12 +12,6 @@ This page lists changes to Flare's API. Release notes for the Flare Platform can be found on the [product documentation website](https://docs.flare.io/releases). - - Added new value for the `include` parameter in the [Global Search Credentials Endpoint ](/api-reference/v4/endpoints/credentials-global-search). - - Added documentation for the `include` parameter in the [ASTP Search Credentials Endpoint ](/api-reference/astp/endpoints/post-credentials-search). - - Replaced the `leak` event type for individual `leaked_credential` events. See [Leaked Credentials ](/event-types/leaked-credential) diff --git a/docs/snippets/credentials/astp-and-global-search-common.mdx b/docs/snippets/credentials/astp-and-global-search-common.mdx index 20729ec..7c36326 100644 --- a/docs/snippets/credentials/astp-and-global-search-common.mdx +++ b/docs/snippets/credentials/astp-and-global-search-common.mdx @@ -63,10 +63,6 @@ This endpoint supports the The `next` value from the last response. - - Additional fields to return. Available options: `known_password_id`, `auth_domains` - - The order in which the results will be returned. (`asc` or `desc`)