Noted-FastAPI
Noted-FastAPI copied to clipboard
@app.post missing response_model=NoteCreateModel
@app.post("/notes", status_code=HTTPStatus.CREATED)
is missing response_model=NoteCreateModel
Thank you for the example, was helpful