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>
|
||
|---|---|---|
| .. | ||
| Actions | ||
| Commands | ||
| Controllers | ||
| Migrations | ||
| Models | ||
| Resources | ||
| Routes | ||
| Tests/Feature | ||
| Views | ||
| Boot.php | ||
| NamesService.php | ||