Skip to content

2.11.0

Choose a tag to compare

@cesarParra cesarParra released this 21 Dec 11:31
· 361 commits to master since this release
99b4ffa

Grouping improvements

OpenApi definition file improvements

  • When parsing an HTTP related method, if no ApexDocs are given to override the request body definition, the method's arguments will be used to form the OpenApi's request body section for that endpoint
  • Similarly, when no ApexDocs are given to override the response body, the method's return type will be used to form the response corresponding to the 200 status code.