docs: changelog credit + v1 delete status codes

This commit is contained in:
Peter Steinberger
2026-02-14 22:21:37 +01:00
parent c0a04210e9
commit a85faf76ac
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
### Fixed
- Users: sync handle on ensure when GitHub login changes (#293) (thanks @christianhpoe).
- Upload gate: fetch GitHub account age by immutable account ID (prevents username swaps) (#116) (thanks @mkrokosz).
- API: return proper status codes for delete/undelete errors (#35) (thanks @sergical).
- API: for owners, return clearer status/messages for hidden/soft-deleted skills instead of a generic 404.
- HTTP/CORS: add preflight handler + include CORS headers on API/download errors; CLI: include auth token for owner-visible installs/updates (#146) (thanks @Grenghis-Khan).
- Skills: keep global sorting across pagination on `/skills` (thanks @CodeBBakGoSu, #98).
+8
View File
@@ -156,6 +156,14 @@ Publishes a new version.
Soft-delete / restore a skill (moderator/admin only).
Status codes:
- `200`: ok
- `401`: unauthorized
- `403`: forbidden
- `404`: skill/user not found
- `500`: internal server error
### `POST /api/v1/users/ban`
Ban a user and hard-delete owned skills (moderator/admin only).