Controlling Order of Sections in Generated OpenAPI Spec for HttpApi
Is there a way to control the order the sections appear in the generated open api spec for HttpApi? I would have thought that it would respect the order in which they are
.added but I'm not seeing that to be the case. Same for the methods inside each section, they are not appearing in the order in which they are mounted for me. Curious if others are seeing that same thing?