lthn.io/app/Mod
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
..
Chain feat: ServiceDefinition for Chain and Names modules 2026-04-04 11:44:39 +01:00
Explorer fix: revert @cspnonce — Headers Boot not registering directive 2026-04-04 11:14:41 +01:00
Gateway refactor: move /v1/* API routes exclusively to Website/Api module 2026-04-04 09:36:59 +01:00
Home fix: Octane compatibility — unconditional route registration 2026-04-04 11:03:03 +01:00
Names feat: claim approval/rejection API endpoints 2026-04-04 12:07:38 +01:00
Pool refactor: move /v1/* API routes exclusively to Website/Api module 2026-04-04 09:36:59 +01:00
Proxy refactor: move /v1/* API routes exclusively to Website/Api module 2026-04-04 09:36:59 +01:00
Trade refactor: move /v1/* API routes exclusively to Website/Api module 2026-04-04 09:36:59 +01:00