mirror of
https://github.com/makeplane/plane.git
synced 2026-09-02 20:19:49 +02:00
The author/admin guard on comment update+delete and the project-membership guard on attachment list all return 403, but their explicit `responses` maps omitted it, so the generated schema advertised only 400/404/409. Adds `403: FORBIDDEN_RESPONSE` (already imported) to update_work_item_comment, delete_work_item_comment and list_work_item_attachments. Addresses CodeRabbit review on #9475. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>