diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx
index a259c40..33f5f8e 100644
--- a/docs/changelog/overview.mdx
+++ b/docs/changelog/overview.mdx
@@ -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).
+
+ Published a new
+ [List and Update Identifiers ](/guides/update-identifiers)
+ guide.
+
+
Released version 1.2.0 of the
[Python SDK ](/sdk/python).
diff --git a/docs/guides/update-identifiers.mdx b/docs/guides/update-identifiers.mdx
index 912cba1..b1f238d 100644
--- a/docs/guides/update-identifiers.mdx
+++ b/docs/guides/update-identifiers.mdx
@@ -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.