Skip to content

Commit

Permalink
Merge pull request #36 from Flared/aviau/uuid-example
Browse files Browse the repository at this point in the history
cookies-search: return uuid
  • Loading branch information
aviau authored Dec 5, 2024
2 parents 330afac + 2753add commit dd94ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Returns a list of credentials matching the query provided.
{
"items": [
{
"uuid": "44672461-aca4-4b3b-b192-6bd5429c4c6d",
"domain": "scatterholt.com",
"expires_at": "2024-10-18T00:00:00+00:00",
"name": "session",
Expand Down
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="2024-12" description="API - December 2024">
The [cookies search endpoint](/api-reference/leaksdb/endpoints/post-cookies-search) now
returns an `uuid` that can be used to uniquely identify cookies.
</Update>

<Update label="2024-10-22" description="Python SDK - v0.1.25">
Released version 0.1.25 of the
[Python SDK](/sdk/python).
Expand Down

0 comments on commit dd94ff5

Please sign in to comment.