diff --git a/samples/dynamic-html/docs/models/ApiResponse.html b/samples/dynamic-html/docs/models/ApiResponse.html new file mode 100644 index 00000000000..8e7d4fa4785 --- /dev/null +++ b/samples/dynamic-html/docs/models/ApiResponse.html @@ -0,0 +1,17 @@ + +

ApiResponse

+
    +
  • code : Integer +
    +
  • +
+
    +
  • type : String +
    +
  • +
+
    +
  • message : String +
    +
  • +
diff --git a/samples/dynamic-html/docs/models/Category.html b/samples/dynamic-html/docs/models/Category.html index 99ec473bcc7..3c6da307af8 100644 --- a/samples/dynamic-html/docs/models/Category.html +++ b/samples/dynamic-html/docs/models/Category.html @@ -1,17 +1,12 @@

Category

-
  • id : Long
    -
-
  • name : String
    -
- diff --git a/samples/dynamic-html/docs/models/Order.html b/samples/dynamic-html/docs/models/Order.html index a45f7d6cd65..63d480f3e83 100644 --- a/samples/dynamic-html/docs/models/Order.html +++ b/samples/dynamic-html/docs/models/Order.html @@ -1,57 +1,39 @@

Order

-
  • id : Long
    -
-
  • petId : Long
    -
-
  • quantity : Integer
    -
-
  • shipDate : Date
    -
-
  • status : String
    Order Status -
    Enum: -
    placed
    -
    approved
    -
    delivered
    -
    -
-
  • complete : Boolean
    -
- diff --git a/samples/dynamic-html/docs/models/Pet.html b/samples/dynamic-html/docs/models/Pet.html index 2578f97e660..e7adb8a05a0 100644 --- a/samples/dynamic-html/docs/models/Pet.html +++ b/samples/dynamic-html/docs/models/Pet.html @@ -1,57 +1,39 @@

Pet

-
  • id : Long
    -
-
  • category : Category
    -
-
  • name : String
    -
-
  • photoUrls : List
    -
-
  • tags : List
    -
-
  • status : String
    pet status in the store -
    Enum: -
    available
    -
    pending
    -
    sold
    -
    -
- diff --git a/samples/dynamic-html/docs/models/Tag.html b/samples/dynamic-html/docs/models/Tag.html index bf1ef9eadaf..a62d2f0128b 100644 --- a/samples/dynamic-html/docs/models/Tag.html +++ b/samples/dynamic-html/docs/models/Tag.html @@ -1,17 +1,12 @@

Tag

-
  • id : Long
    -
-
  • name : String
    -
- diff --git a/samples/dynamic-html/docs/models/User.html b/samples/dynamic-html/docs/models/User.html index d742aa7cfde..4659f77f8f4 100644 --- a/samples/dynamic-html/docs/models/User.html +++ b/samples/dynamic-html/docs/models/User.html @@ -1,59 +1,42 @@

User

-
  • id : Long
    -
-
  • username : String
    -
-
  • firstName : String
    -
-
  • lastName : String
    -
-
  • email : String
    -
-
  • password : String
    -
-
  • phone : String
    -
-
  • userStatus : Integer
    User Status -
- diff --git a/samples/dynamic-html/docs/operations/PetApi.html b/samples/dynamic-html/docs/operations/PetApi.html index 08e1cd1d42c..cf11a3814dc 100644 --- a/samples/dynamic-html/docs/operations/PetApi.html +++ b/samples/dynamic-html/docs/operations/PetApi.html @@ -2,35 +2,6 @@

This is the API

- - -

updatePet

-
-

-

-

URL

- http://petstore.swagger.io/v2/pet -

HTTP Method

- PUT -

Response Type

-
-

Parameters

-
    - -
  • - - - - - Body: - body - Pet - -

    Pet object that needs to be added to the store

    -
  • - -
-

addPet


@@ -43,7 +14,6 @@

Parameters

    -
  • @@ -51,145 +21,11 @@ Body: body - Pet + Pet(Pet)

    Pet object that needs to be added to the store

  • -
- -

findPetsByStatus

-
-

-

Multiple status values can be provided with comma seperated strings

-

URL

- http://petstore.swagger.io/v2/pet/findByStatus -

HTTP Method

- GET -

Response Type

- -

Parameters

-
    - -
  • - - Query: - - - - status - List(String) - -

    Status values that need to be considered for filter

    -
  • - -
- -

findPetsByTags

-
-

-

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

-

URL

- http://petstore.swagger.io/v2/pet/findByTags -

HTTP Method

- GET -

Response Type

- -

Parameters

-
    - -
  • - - Query: - - - - tags - List(String) - -

    Tags to filter by

    -
  • - -
- -

getPetById

-
-

-

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

-

URL

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

HTTP Method

- GET -

Response Type

- -

Parameters

-
    - -
  • - - - Path: - - - petId - Long - -

    ID of pet that needs to be fetched

    -
  • - -
- -

updatePetWithForm

-
-

-

-

URL

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

HTTP Method

- POST -

Response Type

-
-

Parameters

-
    - -
  • - - - Path: - - - petId - String - -

    ID of pet that needs to be updated

    -
  • - -
  • - Form: - - - - - name - String - -

    Updated name of the pet

    -
  • - -
  • - Form: - - - - - status - String - -

    Updated status of the pet

    -
  • - -
-

deletePet


@@ -202,7 +38,6 @@

Parameters

    -
  • @@ -214,7 +49,6 @@

    Pet id to delete

  • -
  • @@ -226,9 +60,149 @@

  • -
- +

findPetsByStatus

+
+

+

Multiple status values can be provided with comma separated strings

+

URL

+ http://petstore.swagger.io/v2/pet/findByStatus +

HTTP Method

+ GET +

Response Type

+ +

Parameters

+
    +
  • + + Query: + + + + status + List(String) + +

    Status values that need to be considered for filter

    +
  • +
+

findPetsByTags

+
+

+

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

+

URL

+ http://petstore.swagger.io/v2/pet/findByTags +

HTTP Method

+ GET +

Response Type

+ +

Parameters

+
    +
  • + + Query: + + + + tags + List(String) + +

    Tags to filter by

    +
  • +
+

getPetById

+
+

+

Returns a single pet

+

URL

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

HTTP Method

+ GET +

Response Type

+ +

Parameters

+
    +
  • + + + Path: + + + petId + Long + +

    ID of pet to return

    +
  • +
+

updatePet

+
+

+

+

URL

+ http://petstore.swagger.io/v2/pet +

HTTP Method

+ PUT +

Response Type

+
+

Parameters

+
    +
  • + + + + + Body: + body + Pet(Pet) + +

    Pet object that needs to be added to the store

    +
  • +
+

updatePetWithForm

+
+

+

+

URL

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

HTTP Method

+ POST +

Response Type

+
+

Parameters

+
    +
  • + + + Path: + + + petId + Long + +

    ID of pet that needs to be updated

    +
  • +
  • + Form: + + + + + name + String + +

    Updated name of the pet

    +
  • +
  • + Form: + + + + + status + String + +

    Updated status of the pet

    +
  • +

uploadFile


@@ -238,10 +212,9 @@

HTTP Method

POST

Response Type

-
+

Parameters

    -
  • @@ -253,7 +226,6 @@

    ID of pet to update

  • -
  • Form: @@ -265,7 +237,6 @@

    Additional data to pass to server

  • -
  • Form: @@ -277,8 +248,5 @@

    file to upload

  • -
- -