API splitted in multiple files #1950
Unanswered
edelagnier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
Thanks for this project, I've set it up a few month ago and it's a pleasure to use.
My question is, my api.yaml was starting to get too big so I decided to separate the endpoints and the schemas.
But it returns this error :
No such file or directory: '/model_std.yaml'
I tried to add each file as a api but the model_std.yaml isn't a valid specification by itself. Would you know how I should proceed ?
Thank you and have a nice day
Edit : I tried to divide my api into multiple valid api instead but then the swagger-ui only find the last one (I cant't use different basepath for each because of existing third party services calling my API).
Beta Was this translation helpful? Give feedback.
All reactions