@scap sorry, no way to do it nicely. It's because of the way in which we segment the path by slash before matching the individual parts. What you could do is to define a bunch of routes with a different number of segments (we support up too 7 so far), and just smash those trailing parts together before calling your eventual http handler. It's not pretty because your swagger ends up with many overloaded routes, but it will work.