From cd3dfe164bc173080b7f4d177ef1f2e852dd4e48 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 12 Feb 2015 22:25:29 -0800 Subject: [PATCH] rebuilt --- samples/swagger-dynamic-html/docs/index.html | 2 + .../docs/models/Order.html | 2 +- .../swagger-dynamic-html/docs/models/Pet.html | 2 +- .../docs/operations/PetApi.html | 45 ++++++++++++++++--- .../docs/operations/StoreApi.html | 8 ++-- .../docs/operations/UserApi.html | 16 +++---- 6 files changed, 54 insertions(+), 21 deletions(-) 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 @@
  • deletePet
  • +
  • uploadFile
  • + diff --git a/samples/swagger-dynamic-html/docs/models/Order.html b/samples/swagger-dynamic-html/docs/models/Order.html index cea3cef3fd..85c53b08e7 100644 --- a/samples/swagger-dynamic-html/docs/models/Order.html +++ b/samples/swagger-dynamic-html/docs/models/Order.html @@ -26,7 +26,7 @@ diff --git a/samples/swagger-dynamic-html/docs/models/Pet.html b/samples/swagger-dynamic-html/docs/models/Pet.html index ea50d7f029..5e33eb7411 100644 --- a/samples/swagger-dynamic-html/docs/models/Pet.html +++ b/samples/swagger-dynamic-html/docs/models/Pet.html @@ -32,7 +32,7 @@ diff --git a/samples/swagger-dynamic-html/docs/operations/PetApi.html b/samples/swagger-dynamic-html/docs/operations/PetApi.html index c1ecddb53b..3d3105c9ec 100644 --- a/samples/swagger-dynamic-html/docs/operations/PetApi.html +++ b/samples/swagger-dynamic-html/docs/operations/PetApi.html @@ -9,7 +9,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/pet + http://petstore.swagger.io/v2/pet

    HTTP Method

    PUT

    Response Type

    @@ -32,7 +32,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/pet + http://petstore.swagger.io/v2/pet

    HTTP Method

    POST

    Response Type

    @@ -55,7 +55,7 @@

    Multiple status values can be provided with comma seperated strings

    URL

    - http://petstore.swagger.wordnik.com/v2/pet/findByStatus + http://petstore.swagger.io/v2/pet/findByStatus

    HTTP Method

    GET

    Response Type

    @@ -78,7 +78,7 @@

    Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing.

    URL

    - http://petstore.swagger.wordnik.com/v2/pet/findByTags + http://petstore.swagger.io/v2/pet/findByTags

    HTTP Method

    GET

    Response Type

    @@ -101,7 +101,7 @@

    Returns a pet when ID < 10. ID > 10 or nonintegers will simulate API error conditions

    URL

    - http://petstore.swagger.wordnik.com/v2/pet/{petId} + http://petstore.swagger.io/v2/pet/{petId}

    HTTP Method

    GET

    Response Type

    @@ -124,7 +124,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/pet/{petId} + http://petstore.swagger.io/v2/pet/{petId}

    HTTP Method

    POST

    Response Type

    @@ -163,7 +163,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/pet/{petId} + http://petstore.swagger.io/v2/pet/{petId}

    HTTP Method

    DELETE

    Response Type

    @@ -189,5 +189,36 @@ +

    uploadFile

    +
    +

    +

    +

    URL

    + http://petstore.swagger.io/v2/pet/{petId}/uploadImage +

    HTTP Method

    + POST +

    Response Type

    +
    +

    Parameters

    + + \ No newline at end of file diff --git a/samples/swagger-dynamic-html/docs/operations/StoreApi.html b/samples/swagger-dynamic-html/docs/operations/StoreApi.html index ecfa5fef65..798372217f 100644 --- a/samples/swagger-dynamic-html/docs/operations/StoreApi.html +++ b/samples/swagger-dynamic-html/docs/operations/StoreApi.html @@ -9,7 +9,7 @@

    Returns a map of status codes to quantities

    URL

    - http://petstore.swagger.wordnik.com/v2/store/inventory + http://petstore.swagger.io/v2/store/inventory

    HTTP Method

    GET

    Response Type

    @@ -24,7 +24,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/store/order + http://petstore.swagger.io/v2/store/order

    HTTP Method

    POST

    Response Type

    @@ -47,7 +47,7 @@

    For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions

    URL

    - http://petstore.swagger.wordnik.com/v2/store/order/{orderId} + http://petstore.swagger.io/v2/store/order/{orderId}

    HTTP Method

    GET

    Response Type

    @@ -70,7 +70,7 @@

    For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

    URL

    - http://petstore.swagger.wordnik.com/v2/store/order/{orderId} + http://petstore.swagger.io/v2/store/order/{orderId}

    HTTP Method

    DELETE

    Response Type

    diff --git a/samples/swagger-dynamic-html/docs/operations/UserApi.html b/samples/swagger-dynamic-html/docs/operations/UserApi.html index 2666eeb4ec..cc573089bc 100644 --- a/samples/swagger-dynamic-html/docs/operations/UserApi.html +++ b/samples/swagger-dynamic-html/docs/operations/UserApi.html @@ -9,7 +9,7 @@

    This can only be done by the logged in user.

    URL

    - http://petstore.swagger.wordnik.com/v2/user + http://petstore.swagger.io/v2/user

    HTTP Method

    POST

    Response Type

    @@ -32,7 +32,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/user/createWithArray + http://petstore.swagger.io/v2/user/createWithArray

    HTTP Method

    POST

    Response Type

    @@ -58,7 +58,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/user/createWithList + http://petstore.swagger.io/v2/user/createWithList

    HTTP Method

    POST

    Response Type

    @@ -84,7 +84,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/user/login + http://petstore.swagger.io/v2/user/login

    HTTP Method

    GET

    Response Type

    @@ -115,7 +115,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/user/logout + http://petstore.swagger.io/v2/user/logout

    HTTP Method

    GET

    Response Type

    @@ -130,7 +130,7 @@

    URL

    - http://petstore.swagger.wordnik.com/v2/user/{username} + http://petstore.swagger.io/v2/user/{username}

    HTTP Method

    GET

    Response Type

    @@ -153,7 +153,7 @@

    This can only be done by the logged in user.

    URL

    - http://petstore.swagger.wordnik.com/v2/user/{username} + http://petstore.swagger.io/v2/user/{username}

    HTTP Method

    PUT

    Response Type

    @@ -184,7 +184,7 @@

    This can only be done by the logged in user.

    URL

    - http://petstore.swagger.wordnik.com/v2/user/{username} + http://petstore.swagger.io/v2/user/{username}

    HTTP Method

    DELETE

    Response Type