File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java-jaxrs-no-webxml/src/main/java/com/wordnik/swagger/sample/resource
java-jaxrs/src/main/java/com/wordnik/swagger/sample/resource
java-mule/src/main/java/com/wordnik/swagger/sample/resource Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 <packaging >pom</packaging >
1111 <name >wordnik-swagger-project</name >
1212 <version >1.5.2-M2-SNAPSHOT</version >
13- <url >https://github.com/wordnik /swagger-core</url >
13+ <url >https://github.com/swagger-api /swagger-core</url >
1414 <scm >
1515 <connection >scm:git:git@github.com:swagger-api/swagger-core.git</connection >
1616 <developerConnection >scm:git:git@github.com:swagger-api/swagger-core.git</developerConnection >
2828 </developers >
2929 <issueManagement >
3030 <system >github</system >
31- <url >https://github.com/wordnik /swagger-core/issues</url >
31+ <url >https://github.com/swagger-api /swagger-core/issues</url >
3232 </issueManagement >
3333 <mailingLists >
3434 <mailingList >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public Response getPetById(
6060 }
6161 }
6262
63- @ PATCH
63+ @ DELETE
6464 @ Path ("/{petId}" )
6565 @ ApiOperation (value = "Deletes a pet" )
6666 @ ApiResponses (value = { @ ApiResponse (code = 400 , message = "Invalid pet value" )})
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public void write(OutputStream output) throws IOException {
9292 .build ();
9393 }
9494
95- @ PATCH
95+ @ DELETE
9696 @ Path ("/{petId}" )
9797 @ ApiOperation (value = "Deletes a pet" )
9898 @ ApiResponses (value = { @ ApiResponse (code = 400 , message = "Invalid pet value" )})
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public Response getPetById(
6060 }
6161 }
6262
63- @ PATCH
63+ @ DELETE
6464 @ Path ("/{petId}" )
6565 @ ApiOperation (value = "Deletes a pet" )
6666 @ ApiResponses (value = { @ ApiResponse (code = 400 , message = "Invalid pet value" )})
You can’t perform that action at this time.
0 commit comments