fix(docs): update heading and lexer

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2630>
environments/review-docs-user-s36fyb/deployments/18961
Ciarán Ainsworth 2023-11-15 12:56:47 +00:00
rodzic 65728c81c4
commit cb65ee69e1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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}
```