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