diff --git a/samples/dynamic-html/docs/models/ApiResponse.html b/samples/dynamic-html/docs/models/ApiResponse.html index fd457140380..d30e2e5d0e2 100644 --- a/samples/dynamic-html/docs/models/ApiResponse.html +++ b/samples/dynamic-html/docs/models/ApiResponse.html @@ -1,17 +1,28 @@ + +

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 05f599edf39..f93dacb6c38 100644 --- a/samples/dynamic-html/docs/models/Category.html +++ b/samples/dynamic-html/docs/models/Category.html @@ -1,12 +1,21 @@ + +

Category

+
  • id : Long
    +
+
  • name : String
    +
+ + + diff --git a/samples/dynamic-html/docs/models/Order.html b/samples/dynamic-html/docs/models/Order.html index 9a503647068..4c7e9087e53 100644 --- a/samples/dynamic-html/docs/models/Order.html +++ b/samples/dynamic-html/docs/models/Order.html @@ -1,39 +1,61 @@ + +

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 2e7de709d87..14405a5d5ae 100644 --- a/samples/dynamic-html/docs/models/Pet.html +++ b/samples/dynamic-html/docs/models/Pet.html @@ -1,39 +1,61 @@ + +

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 4560d4c8ed4..0df4abe1959 100644 --- a/samples/dynamic-html/docs/models/Tag.html +++ b/samples/dynamic-html/docs/models/Tag.html @@ -1,12 +1,21 @@ + +

Tag

+
  • id : Long
    +
+
  • name : String
    +
+ + + diff --git a/samples/dynamic-html/docs/models/User.html b/samples/dynamic-html/docs/models/User.html index 4a5610b1af2..d2533d5edaf 100644 --- a/samples/dynamic-html/docs/models/User.html +++ b/samples/dynamic-html/docs/models/User.html @@ -1,42 +1,63 @@ + +

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 b1fd0c7d62c..4e6b0c40fad 100644 --- a/samples/dynamic-html/docs/operations/PetApi.html +++ b/samples/dynamic-html/docs/operations/PetApi.html @@ -2,10 +2,12 @@

This is the API

+ +

addPet


-

+

URL

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

HTTP Method

@@ -14,6 +16,7 @@

Response Type

Parameters

    +
  • @@ -21,15 +24,17 @@

    Parameters

    Body: body - Pet(Pet) + Pet

    Pet object that needs to be added to the store

  • +
+

deletePet


-

+

URL

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

HTTP Method

@@ -38,6 +43,7 @@

Response Type

Parameters

    +
  • @@ -45,10 +51,11 @@

    Parameters

    petId - Long + Integer

    Pet id to delete

  • +
  • @@ -60,7 +67,9 @@

    Parameters

  • +
+

findPetsByStatus


@@ -73,6 +82,7 @@

Response Type

Parameters

    +
  • Query: @@ -84,7 +94,9 @@

    Parameters

    Status values that need to be considered for filter

  • +
+

findPetsByTags


@@ -97,6 +109,7 @@

Response Type

Parameters

    +
  • Query: @@ -108,7 +121,9 @@

    Parameters

    Tags to filter by

  • +
+

getPetById


@@ -121,6 +136,7 @@

Response Type

Parameters

    +
  • @@ -128,15 +144,17 @@

    Parameters

    petId - Long + Integer

    ID of pet to return

  • +
+

updatePet


-

+

URL

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

HTTP Method

@@ -145,6 +163,7 @@

Response Type

Parameters

    +
  • @@ -152,15 +171,17 @@

    Parameters

    Body: body - Pet(Pet) + Pet

    Pet object that needs to be added to the store

  • +
+

updatePetWithForm


-

+

URL

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

HTTP Method

@@ -169,6 +190,7 @@

Response Type

Parameters

    +
  • @@ -176,37 +198,29 @@

    Parameters

    petId - Long + Integer

    ID of pet that needs to be updated

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

    Updated name of the pet

    -
  • -
  • - Form: - - - - - status - String + Body: + body + -

    Updated status of the pet

    +

  • +
+

uploadFile


-

+

URL

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

HTTP Method

@@ -215,6 +229,7 @@

Response Type

Parameters

    +
  • @@ -222,31 +237,24 @@

    Parameters

    petId - Long + Integer

    ID of pet to update

  • +
  • - Form: - - - - - additionalMetadata - String - -

    Additional data to pass to server

    -
  • -
  • - Form: - file - File + Body: + body + -

    file to upload

    +

  • +
+ +