-
- Downloads
Remove the POST endpoint from the /api/pets ressource (#216)
* removing the POST to the /petclinic/api/pets resource since it does not include a foreign key to the owners table and causes an error. The resource POST to /petclinic/api/owners/{id}/pets does work since it includes the owner foreign key * removing unneeded import statements * updated readme to remove method
Showing
- readme.md 0 additions, 1 deletionreadme.md
- src/main/java/org/springframework/samples/petclinic/rest/controller/PetRestController.java 0 additions, 11 deletions.../samples/petclinic/rest/controller/PetRestController.java
- src/main/resources/openapi.yml 0 additions, 50 deletionssrc/main/resources/openapi.yml
- src/test/java/org/springframework/samples/petclinic/rest/controller/PetRestControllerTests.java 0 additions, 28 deletions...les/petclinic/rest/controller/PetRestControllerTests.java
Loading
Please register or sign in to comment