Skip to content

Commit

Permalink
Remove schemas.get from RPC plans
Browse files Browse the repository at this point in the history
Front end code is not actually used. Dead code removed in:
mathesar-foundation/mathesar#3589
  • Loading branch information
seancolsen committed May 15, 2024
1 parent 0121925 commit 6440455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/projects/2024/architecture-transition/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ The table below is a comprehensive list of all REST API endpoints used by the fr
| `/api/db/v0/queries/` | POST | `explorations.add` |
| `/api/db/v0/queries/run/` | POST | `explorations.run` |
| `/api/db/v0/schemas/{schemaId}/` | DELETE | `schemas.delete` |
| `/api/db/v0/schemas/{schemaId}/` | GET | `schemas.get` |
| `/api/db/v0/schemas/{schemaId}/` | PATCH | `schemas.patch` |
| `/api/db/v0/schemas/` | GET | `schemas.list` |
| `/api/db/v0/schemas/` | POST | `schemas.add` |
Expand Down Expand Up @@ -177,7 +176,6 @@ records.list
records.patch
schemas.add
schemas.delete
schemas.get
schemas.list
schemas.patch
shared_explorations.add
Expand Down

0 comments on commit 6440455

Please sign in to comment.