Skip to content

Commit e4a2dda

Browse files
authored
Fix anchors in authorization documentation (#225)
1 parent 02d70bf commit e4a2dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v2/authorization.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Content-Type: application/json
158158
}
159159
```
160160

161-
## List Users {#list-users}.
161+
## List Users. {#list-users}
162162

163163
To list all users, send a `GET /api/user` request.
164164

@@ -183,7 +183,7 @@ Content-Type: application/json
183183
]
184184
```
185185

186-
## Delete a User {#delete-user}.
186+
## Delete a User. {#delete-user}
187187

188188
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.
189189

@@ -214,7 +214,7 @@ The local API is used by HomeWizard to enable direct communication between HomeW
214214
- 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.
215215
- Disabling the cloud prevents the generation of cloud-generated users. For more details, see [cloud communication](/docs/v2/system#cloud-communication).
216216

217-
## SSL Certificate Validation (HTTPS) {#https}.
217+
## SSL Certificate Validation (HTTPS). {#https}
218218

219219
### Certificate
220220

0 commit comments

Comments
 (0)