From 6d52e9c58d434abb7b969b39680b0cb73f97012e Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 5 Feb 2026 08:50:30 -0500 Subject: [PATCH] changelog: mention new guide --- docs/changelog/overview.mdx | 6 ++++++ docs/guides/update-identifiers.mdx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.