ContributionsMost RecentMost LikesSolutionsRe: defining request params as a schema Hi, thanks for the reply. I have to express myself better. I'm using the Swagger Editor. Scripts for the server can be created in the Swagger Editor. I use the 'slim' setting. Among other things, scripts for the response schemes are created. This function is very useful. Can one also generate such scripts for the request? Your sincerly Stephan defining request params as a schema Hello, Hello, i'm a beginner in swagger editor. I have a simple question. Can i define the request params as a schema ? A simple example would be useful. Your sincerly Stephan Re: Swagger path with optional parm Thanks for the quick response. On the fly, is this way correct ? ----- snip --- ... paths: /bla/foo /bla/foo/bar post: ... --- snip --- Your sincerly Stephan Swagger path with optional parm Hello, i'm a beginner in swagger editor. I will write a simple application. In my application there is a route. For example: /bla/foo I need in the path a optional param for example: /bla/foo/bar 'bar' is the optional param. Can i define a optional param ? Your sincerly Stephan Solved