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
-
-
- Name |
- Resource |
- Notes |
-
-
- getOrderById |
- /store.{format}/order/{orderId} |
- Find purchase order by ID For valid response try integer IDs with value <= 5. Anything above 5 or nonintegers will generate API errors |
-
-
- deleteOrder |
- /store.{format}/order/{orderId} |
- Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors |
-
-
- placeOrder |
- /store.{format}/order |
- Place an order for a pet |
-
-
-
PetApi
-
-
- Name |
- Resource |
- Notes |
-
-
- getPetById |
- /pet.{format}/{petId} |
- Find pet by ID Returns a pet based on ID |
-
-
- addPet |
- /pet.{format} |
- Add a new pet to the store |
-
-
- updatePet |
- /pet.{format} |
- Update an existing pet |
-
-
- findPetsByStatus |
- /pet.{format}/findByStatus |
- Finds Pets by status Multiple status values can be provided with comma seperated strings |
-
-
- findPetsByTags |
- /pet.{format}/findByTags |
- Finds Pets by tags Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing. |
-
-
UserApi
@@ -121,6 +65,62 @@
Logs out current logged in user session |
+
PetApi
+
+
+ Name |
+ Resource |
+ Notes |
+
+
+ getPetById |
+ /pet.{format}/{petId} |
+ Find pet by ID Returns a pet based on ID |
+
+
+ addPet |
+ /pet.{format} |
+ Add a new pet to the store |
+
+
+ updatePet |
+ /pet.{format} |
+ Update an existing pet |
+
+
+ findPetsByStatus |
+ /pet.{format}/findByStatus |
+ Finds Pets by status Multiple status values can be provided with comma seperated strings |
+
+
+ findPetsByTags |
+ /pet.{format}/findByTags |
+ Finds Pets by tags Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing. |
+
+
+
StoreApi
+
+
+ Name |
+ Resource |
+ Notes |
+
+
+ getOrderById |
+ /store.{format}/order/{orderId} |
+ Find purchase order by ID For valid response try integer IDs with value <= 5. Anything above 5 or nonintegers will generate API errors |
+
+
+ deleteOrder |
+ /store.{format}/order/{orderId} |
+ Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors |
+
+
+ placeOrder |
+ /store.{format}/order |
+ Place an order for a pet |
+
+