From cb65ee69e1722fc7a047e920f490efa13ecd1c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 15 Nov 2023 12:56:47 +0000 Subject: [PATCH] fix(docs): update heading and lexer Part-of: --- docs/specs/user-deletion/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specs/user-deletion/index.md b/docs/specs/user-deletion/index.md index 6295929f7..0924eb219 100644 --- a/docs/specs/user-deletion/index.md +++ b/docs/specs/user-deletion/index.md @@ -1,4 +1,4 @@ -# User deletion spec +# User deletion ## Terminology @@ -57,7 +57,7 @@ sequenceDiagram The Funkwhale client API is responsible for handling deletion requests and actioning the resulting cascade deletion. Users should request a deletion using a `DELETE` request: -```http +```text DELETE /api/v2/users/{id} ```