lthn.io/app/Mod/Names/Controllers
Claude 3f82c497fd
feat: claim approval/rejection API endpoints
POST /v1/names/claims/{id}/approve — changes status, logs activity.
POST /v1/names/claims/{id}/reject — changes status, logs activity.
Both require auth.api middleware. Validates claim exists and is pending.
Completes the claim lifecycle: submit → review → approve/reject.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:07:38 +01:00
..
NamesController.php feat: claim approval/rejection API endpoints 2026-04-04 12:07:38 +01:00
NamesWebController.php feat(names): enrich name detail pages with DNS records + services 2026-04-04 08:47:20 +01:00