spring-petclinic/spring-petclinic-rest

Complete the Petclinic OpenAPI spec

arey opened this issue · 2 comments

arey commented

All REST endpoints of this Petclinic sample are not described into the openapi.yml spec file: POST /vets, PUT /vets/{vetId}, DELETE /owners/{ownerId} and so on.
This issue aims to complete it. Spring MVC controllers has not be updated in order to override methods that will be added to the generated interfaces (ie. OwnersApi, VetsApi)

Hi @arey , would you like I work on it ?

arey commented

Yes @alexandre-touret, you're welcome.