Files
laravel_school_api_old/docs/deprecations.md
T
2026-05-29 04:33:03 -04:00

8 lines
499 B
Markdown

# Deprecations
Every deprecated route/controller/class must use this metadata. No metadata, no deprecation. Just abandoned furniture.
| deprecated | route_or_class | replacement_route | replacement_class | sunset_date | owner | removal_ticket | compatibility_notes |
|---|---|---|---|---|---|---|---|
| true | `/api/v1/example` | `/api/v2/example` | `App\Http\Controllers\Api\V2\ExampleController` | 2027-01-01 | API owner | API-REMOVE-001 | Example row; replace with real deprecated endpoints. |