0

I want to sort rest api based on custom sorter depending on the rest verb, so it will be (Get, Post, Patch, and delete) under any path, How I could achieve that programmatically or via yaml configuration

Tech: org.springframework.boot version '3.0.6'

org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0

Helen
  • 87,344
  • 17
  • 243
  • 314
Mostafa Hassan
  • 288
  • 1
  • 14
  • Does this answer your question? [Sort API methods in Swagger-UI](https://stackoverflow.com/questions/24951268/sort-api-methods-in-swagger-ui) – Abhishek Jun 12 '23 at 14:36
  • @Ahbishek, this sort operation by alphabetics, what I want is to sort, on custom arrange (Get, Post, Patch, Delete) – Mostafa Hassan Jun 13 '23 at 06:18

0 Answers0