From cf3047ce4386ee26185cde879344d90c59c63011 Mon Sep 17 00:00:00 2001 From: nikoraes Date: Tue, 6 Jan 2026 19:42:35 +0000 Subject: [PATCH] Update Konnektr Graph documentation --- content/docs/graph/reference/api/index.mdx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 content/docs/graph/reference/api/index.mdx diff --git a/content/docs/graph/reference/api/index.mdx b/content/docs/graph/reference/api/index.mdx deleted file mode 100644 index f1b3364..0000000 --- a/content/docs/graph/reference/api/index.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: API Reference -icon: Code ---- - - - -The Konnektr Graph API is fully compatible with the [Azure Digital Twins Data Plane REST API](https://learn.microsoft.com/en-us/rest/api/digital-twins/dataplane/twins?view=rest-dataplane-2023-10-31). You can use existing Azure Digital Twins client libraries and tools with this API. - -## Interactive API Reference - ---- - -For detailed request/response examples and additional parameters, see the [Azure Digital Twins REST API documentation](https://learn.microsoft.com/en-us/rest/api/digital-twins/dataplane/twins?view=rest-dataplane-2023-10-31).