Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ 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).
</Note>

<Update label="2026-05" description="API - May 2026">
The `imported_at` filter now works for all query types in the [Global Search Credentials Endpoint <Icon icon="code" size={16} />](/api-reference/v4/endpoints/credentials-global-search)
and the [ASTP Search Credentials Endpoint <Icon icon="code" size={16} />](/api-reference/astp/endpoints/post-credentials-search).
</Update>

<Update label="2026-04" description="API - April 2026">
Added new endpoints to manage [Matching Policies <Icon icon="code" size={16} />](/api-reference/v4/endpoints/list-matching-policies).

Expand Down
4 changes: 0 additions & 4 deletions docs/snippets/credentials/astp-and-global-search-common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ This endpoint supports the
<ParamField body="filters" type="object">
<Expandable defaultOpen>
<ParamField body="imported_at" type="object">
<Note>
This filter only works for Auth Domain Queries. It will be ignored if used with other query types.
</Note>

<Expandable>
<ParamField
body="gte"
Expand Down
Loading