diff --git a/samples/docs/swagger-static-docs/sd/index.html b/samples/docs/swagger-static-docs/sd/index.html index 940ba692ff2..ec27bf4b8a8 100644 --- a/samples/docs/swagger-static-docs/sd/index.html +++ b/samples/docs/swagger-static-docs/sd/index.html @@ -17,62 +17,6 @@

API Documentation

-

StoreApi

- - - - - - - - - - - - - - - - - - - - - -
NameResourceNotes
getOrderById/store.{format}/order/{orderId}Find purchase order by ID
deleteOrder/store.{format}/order/{orderId}Delete purchase order by ID
placeOrder/store.{format}/orderPlace an order for a pet
-

PetApi

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameResourceNotes
getPetById/pet.{format}/{petId}Find pet by ID
addPet/pet.{format}Add a new pet to the store
updatePet/pet.{format}Update an existing pet
findPetsByStatus/pet.{format}/findByStatusFinds Pets by status
findPetsByTags/pet.{format}/findByTagsFinds Pets by tags

UserApi

@@ -121,6 +65,62 @@
Logs out current logged in user session
+

PetApi

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameResourceNotes
getPetById/pet.{format}/{petId}Find pet by ID
addPet/pet.{format}Add a new pet to the store
updatePet/pet.{format}Update an existing pet
findPetsByStatus/pet.{format}/findByStatusFinds Pets by status
findPetsByTags/pet.{format}/findByTagsFinds Pets by tags
+

StoreApi

+ + + + + + + + + + + + + + + + + + + + + +
NameResourceNotes
getOrderById/store.{format}/order/{orderId}Find purchase order by ID
deleteOrder/store.{format}/order/{orderId}Delete purchase order by ID
placeOrder/store.{format}/orderPlace an order for a pet
diff --git a/samples/docs/swagger-static-docs/sd/operations/PetApi.html b/samples/docs/swagger-static-docs/sd/operations/PetApi.html index e3fc72676dd..ac5505201b3 100644 --- a/samples/docs/swagger-static-docs/sd/operations/PetApi.html +++ b/samples/docs/swagger-static-docs/sd/operations/PetApi.html @@ -17,7 +17,7 @@
-

+

PetApi

getPetById

GET: /pet.{format}/{petId}

@@ -136,3 +136,4 @@
+ diff --git a/samples/docs/swagger-static-docs/sd/operations/StoreApi.html b/samples/docs/swagger-static-docs/sd/operations/StoreApi.html index 36cc6c0b866..88e9a0a3abd 100644 --- a/samples/docs/swagger-static-docs/sd/operations/StoreApi.html +++ b/samples/docs/swagger-static-docs/sd/operations/StoreApi.html @@ -17,7 +17,7 @@
-

+

StoreApi

getOrderById

GET: /store.{format}/order/{orderId}

@@ -90,3 +90,4 @@
+ diff --git a/samples/docs/swagger-static-docs/sd/operations/UserApi.html b/samples/docs/swagger-static-docs/sd/operations/UserApi.html index f7f90d08c49..57f82e233cf 100644 --- a/samples/docs/swagger-static-docs/sd/operations/UserApi.html +++ b/samples/docs/swagger-static-docs/sd/operations/UserApi.html @@ -17,7 +17,7 @@
-

+

UserApi

createUsersWithArrayInput

POST: /user.{format}/createWithArray

@@ -212,3 +212,4 @@
+ diff --git a/src/main/resources/swagger-static/operation.mustache b/src/main/resources/swagger-static/operation.mustache index ae4b6de94bb..753bf15298c 100644 --- a/src/main/resources/swagger-static/operation.mustache +++ b/src/main/resources/swagger-static/operation.mustache @@ -17,7 +17,7 @@
-

{{classname}}

+

{{className}}

{{#operations}} {{#operation}} @@ -79,4 +79,4 @@ {{/operations}}
- \ No newline at end of file +