Closed Mozzo1000 closed 1 month ago
All API routes should be documented with the OpenAPI specification. flasggr is a great tool for this, allowing the routes to be documented in code while also exporting an OpenAPI specification and UI.
The following routes needs to be documented:
GET
POST
PATCH
DELETE
All API routes should be documented with the OpenAPI specification. flasggr is a great tool for this, allowing the routes to be documented in code while also exporting an OpenAPI specification and UI.
The following routes needs to be documented:
Books
GET
/v1/booksPOST
/v1/booksPATCH
/v1/books/DELETE
/v1/books/GET
/v1/books/POST
/v1/books/Notes
DELETE
/v1/notes/PATCH
/v1/notes/Profiles
GET
/v1/profiles/GET
/v1/profilesPOST
/v1/profilesPATCH
/v1/profilesFiles
GET
/v1/files/GET
/v1/filesTasks
GET
/v1/tasks/POST
/v1/tasksPOST
/v1/tasks/retry