Forum Discussion

arty13's avatar
arty13
New Contributor
3 years ago
Solved

OpenApi 3 specify all Query Parameters using a single Schema ref with Marshmallow Plugin

Hi, I have a python project and I am using Marshmallow to define my schemas for input, output and query parameters. I am now trying to create my OpenAPI 3 docs using apispec library and I'm run...