| Method | Endpoint | Handler |
|---|---|---|
| GET | /api/prose | HandleProse |
| GET, PUT | /api/prose/ | HandleProseContent |
GET /api/proseHandleProse returns the prose content tree structure
Handler: HandleProse
GET | PUT /api/prose/HandleProseContent returns the content of a specific prose file
Handler: HandleProseContent