buildpeak

Results 2 comments of buildpeak

Hi Jirka, I just figured out the problem and fixed them. Could you try again? On Tue, Sep 28, 2021 at 8:35 PM bauerji ***@***.***> wrote: > Hi, > Thank...

Hi, Is this what you are looking for? ```Python @app.route("/many/", methods=["GET"]) @openapi_docs(exceptions=[APIError(code=403, msg="Access Denied")]) @validate(response_many=True) def get_many(count: int): """ This route returns response containing many serialized objects. """ return [...