From e4fbc4fb6ee4885f10ba896306ae638efab79fa8 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Thu, 20 Nov 2025 19:16:20 +0200 Subject: [PATCH] Fix table of content links on Rest API page (#35348) Fixes the outdated MDM link, and adds the missing top-level links. _The notation for integrations `#integrations-1`, is to take the second occurence of integrations, as we have another integrations title in the update webhook configuration._ I can see this doesn't affect the website (or shouldn't) since it uses it's own way to generate the TOC, but will help for manually browsing the markdown. --- docs/REST API/rest-api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index edb5be026d..044c0743c1 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6,7 +6,10 @@ - [File carving](#file-carving) - [Hosts](#hosts) - [Labels](#labels) -- [Mobile device management (MDM)](#mobile-device-management-mdm) +- [OS Settings](#os-settings) +- [Setup Experience](#setup-experience) +- [Commands](#commands) +- [Integrations](#integrations-1) - [Policies](#policies) - [Queries](#queries) - [Schedule (deprecated)](#schedule)