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
6 changes: 6 additions & 0 deletions docs/changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ 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-02" description="API - February 2026">
Published a new
[List and Update Identifiers <Icon icon="book" size={16} />](/guides/update-identifiers)
guide.
</Update>

<Update label="2025-11-19" description="Python SDK - v1.2.0">
Released version 1.2.0 of the
[Python SDK <Icon icon="book" size={16} />](/sdk/python).
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/update-identifiers.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'List and Update Identity Identifiers'
title: 'List and Update Identifiers'
---
Identifiers (domains, keywords, identities, and other types) can be listed and updated via the Management API.
This guide covers how to list identifiers, retrieve a specific identifier by ID, and update it using the endpoints below.
Expand Down