Remove legacy consumer API
This commit is contained in:
parent
04c299e3f2
commit
3fbf3ac622
30 changed files with 76 additions and 1089 deletions
|
|
@ -148,14 +148,12 @@ Request sketch:
|
|||
}
|
||||
```
|
||||
|
||||
## Legacy Endpoints (Temporary)
|
||||
## Removed Legacy Endpoints
|
||||
|
||||
- `GET /consumers/projects/:projectId`
|
||||
- `POST /consumers`
|
||||
- `PUT /consumers/:consumerId`
|
||||
- `DELETE /consumers/:consumerId`
|
||||
|
||||
These remain for migration/legacy views. New circuit-list interactions must use circuit-first endpoints above.
|
||||
The former `/consumers` read/write endpoints were removed after every retained
|
||||
consumer had a verified Circuit-First migration mapping. Database upgrade tooling
|
||||
reads retained legacy rows directly; application features must use the Circuit-First
|
||||
endpoints above.
|
||||
|
||||
## Linked Project Device Review
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue