Skip to content

Commit 676e7c1

Browse files
authored
Revert "document include param in firework & astp credential search (#207)" (#208)
This reverts commit e50ddfb.
1 parent e50ddfb commit 676e7c1

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

docs/api-reference/spec/firework-v4-openapi.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15299,13 +15299,6 @@
1529915299
}
1530015300
],
1530115301
"title": "Event Uid"
15302-
},
15303-
"auth_domains": {
15304-
"items": {
15305-
"type": "string"
15306-
},
15307-
"type": "array",
15308-
"title": "Auth Domains"
1530915302
}
1531015303
},
1531115304
"type": "object",
@@ -21036,8 +21029,7 @@
2103621029
"IncludeOptions": {
2103721030
"type": "string",
2103821031
"enum": [
21039-
"known_password_id",
21040-
"auth_domains"
21032+
"known_password_id"
2104121033
],
2104221034
"title": "IncludeOptions"
2104321035
},

docs/changelog/overview.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ This page lists changes to Flare's API.
1212
Release notes for the Flare Platform can be found on the [product documentation website](https://docs.flare.io/releases).
1313
</Note>
1414

15-
<Update label="2026-03" description="API - March 2026">
16-
Added new value for the `include` parameter in the [Global Search Credentials Endpoint <Icon icon="code" size={16} />](/api-reference/v4/endpoints/credentials-global-search).
17-
18-
Added documentation for the `include` parameter in the [ASTP Search Credentials Endpoint <Icon icon="code" size={16} />](/api-reference/astp/endpoints/post-credentials-search).
19-
</Update>
20-
2115
<Update label="2026-03" description="API - March 2026">
2216
Replaced the `leak` event type for individual `leaked_credential` events. See [Leaked Credentials <Icon icon="book" size={16} />](/event-types/leaked-credential)
2317
</Update>

docs/snippets/credentials/astp-and-global-search-common.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ This endpoint supports the
6363
The `next` value from the last response.
6464
</ParamField>
6565

66-
<ParamField body="include" type="string[]">
67-
Additional fields to return. Available options: `known_password_id`, `auth_domains`
68-
</ParamField>
69-
7066
<ParamField body="order" type="string" default="desc">
7167
The order in which the results will be returned. (`asc` or `desc`)
7268
</ParamField>

0 commit comments

Comments
 (0)