Noted-FastAPI icon indicating copy to clipboard operation
Noted-FastAPI copied to clipboard

@app.post missing response_model=NoteCreateModel

Open andrew-lozoya opened this issue 1 year ago • 0 comments

@app.post("/notes", status_code=HTTPStatus.CREATED)

is missing response_model=NoteCreateModel

Thank you for the example, was helpful

andrew-lozoya avatar Apr 05 '24 04:04 andrew-lozoya