Document undocumented API endpoints (#2805)

* Document avatar removal API endpoint

* Document notification settings API endpoints

* Document access token list and delete API endpoints

* Document join code API endpoints

* Fix access token delete URL parameter name in docs
This commit is contained in:
Rob Zolkos
2026-04-07 15:56:43 -04:00
committed by GitHub
parent 21981898d2
commit 98b6bdcfb7
4 changed files with 130 additions and 0 deletions
+8
View File
@@ -90,6 +90,14 @@ __Response:__
Returns `204 No Content` on success.
## `DELETE /:account_slug/users/:user_id/avatar`
Removes the user's avatar image. You can only remove avatars for users you have permission to change.
__Response:__
Returns `204 No Content` on success.
## `DELETE /:account_slug/users/:user_id`
Deactivates a user. You can only deactivate users you have permission to change.