mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
16ad05792d
- Update USER_BLOCKED from 401 to 403 and simplify description - Update GENERAL_RESOURCE_BLOCKED from 401 to 403 Rationale: 403 Forbidden is the correct HTTP status for authorization failures where the user is authenticated but not permitted access. 401 Unauthorized is for authentication failures. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>