Noted-FastAPI
Noted-FastAPI copied to clipboard
This is a REST API for a note taking service
Results
2
Noted-FastAPI issues
Sort by
recently updated
recently updated
newest added
@app.post("/notes", status_code=HTTPStatus.CREATED) is missing response_model=NoteCreateModel Thank you for the example, was helpful