diff --git a/samples/swagger-dynamic-html/docs/index.html b/samples/swagger-dynamic-html/docs/index.html index e6c5488d45..22ed5d50b6 100644 --- a/samples/swagger-dynamic-html/docs/index.html +++ b/samples/swagger-dynamic-html/docs/index.html @@ -79,6 +79,8 @@
http://petstore.swagger.wordnik.com/v2/pet
+ http://petstore.swagger.io/v2/pet
PUT
http://petstore.swagger.wordnik.com/v2/pet
+ http://petstore.swagger.io/v2/pet
POST
Multiple status values can be provided with comma seperated strings
http://petstore.swagger.wordnik.com/v2/pet/findByStatus
+ http://petstore.swagger.io/v2/pet/findByStatus
GET
Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing.
http://petstore.swagger.wordnik.com/v2/pet/findByTags
+ http://petstore.swagger.io/v2/pet/findByTags
GET
Returns a pet when ID < 10. ID > 10 or nonintegers will simulate API error conditions
http://petstore.swagger.wordnik.com/v2/pet/{petId}
+ http://petstore.swagger.io/v2/pet/{petId}
GET
http://petstore.swagger.wordnik.com/v2/pet/{petId}
+ http://petstore.swagger.io/v2/pet/{petId}
POST
http://petstore.swagger.wordnik.com/v2/pet/{petId}
+ http://petstore.swagger.io/v2/pet/{petId}
DELETE
http://petstore.swagger.io/v2/pet/{petId}/uploadImage
+ POST
+ Additional data to pass to server
+file to upload
+Returns a map of status codes to quantities
http://petstore.swagger.wordnik.com/v2/store/inventory
+ http://petstore.swagger.io/v2/store/inventory
GET
http://petstore.swagger.wordnik.com/v2/store/order
+ http://petstore.swagger.io/v2/store/order
POST
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
http://petstore.swagger.wordnik.com/v2/store/order/{orderId}
+ http://petstore.swagger.io/v2/store/order/{orderId}
GET
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
http://petstore.swagger.wordnik.com/v2/store/order/{orderId}
+ http://petstore.swagger.io/v2/store/order/{orderId}
DELETE
This can only be done by the logged in user.
http://petstore.swagger.wordnik.com/v2/user
+ http://petstore.swagger.io/v2/user
POST
http://petstore.swagger.wordnik.com/v2/user/createWithArray
+ http://petstore.swagger.io/v2/user/createWithArray
POST
http://petstore.swagger.wordnik.com/v2/user/createWithList
+ http://petstore.swagger.io/v2/user/createWithList
POST
http://petstore.swagger.wordnik.com/v2/user/login
+ http://petstore.swagger.io/v2/user/login
GET
http://petstore.swagger.wordnik.com/v2/user/logout
+ http://petstore.swagger.io/v2/user/logout
GET
http://petstore.swagger.wordnik.com/v2/user/{username}
+ http://petstore.swagger.io/v2/user/{username}
GET
This can only be done by the logged in user.
http://petstore.swagger.wordnik.com/v2/user/{username}
+ http://petstore.swagger.io/v2/user/{username}
PUT
This can only be done by the logged in user.
http://petstore.swagger.wordnik.com/v2/user/{username}
+ http://petstore.swagger.io/v2/user/{username}
DELETE