From c104887d0ecabfda0b34a8ab835636cfd9f77f64 Mon Sep 17 00:00:00 2001 From: Tom Hoefnagel Date: Tue, 16 Dec 2025 17:45:13 +0100 Subject: [PATCH] Fix anchors in authorization documentation --- docs/v2/authorization.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v2/authorization.mdx b/docs/v2/authorization.mdx index 0f0e38f..17165f8 100644 --- a/docs/v2/authorization.mdx +++ b/docs/v2/authorization.mdx @@ -158,7 +158,7 @@ Content-Type: application/json } ``` -## List Users {#list-users}. +## List Users. {#list-users} To list all users, send a `GET /api/user` request. @@ -183,7 +183,7 @@ Content-Type: application/json ] ``` -## Delete a User {#delete-user}. +## Delete a User. {#delete-user} To delete a user, send a `DELETE /api/user` request with the user's name including the prefix. Deleting a user will invalidate the token. @@ -214,7 +214,7 @@ The local API is used by HomeWizard to enable direct communication between HomeW - Users created via the cloud can be revoked at any time, either by the cloud itself or through the [`DELETE /api/user`](#delete-user) endpoint. - Disabling the cloud prevents the generation of cloud-generated users. For more details, see [cloud communication](/docs/v2/system#cloud-communication). -## SSL Certificate Validation (HTTPS) {#https}. +## SSL Certificate Validation (HTTPS). {#https} ### Certificate