diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 5e5f0df315f..b01adc6849e 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -166,48 +166,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter tags: (query) Tags to filter by (optional)
@@ -257,48 +257,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter petId: (path) ID of pet that needs to be fetched
diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 10c878314e7..3a675425408 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -68,11 +68,11 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
*/
@@ -109,33 +109,33 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
@@ -177,33 +177,33 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index d6df7754683..e4aacc5b01c 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -171,39 +171,39 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- examples: [{contentType=application/json, example={
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- parameter username: (path) The name that needs to be fetched. Use user1 for testing.
@@ -244,8 +244,8 @@ public class UserAPI: APIBase {
Logs user into the system
- GET /user/login
-
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
- parameter username: (query) The user name for login (optional)
- parameter password: (query) The password for login in clear text (optional)
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index b4cd67db8d2..dd512ab857b 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -236,48 +236,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter tags: (query) Tags to filter by (optional)
@@ -344,48 +344,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter petId: (path) ID of pet that needs to be fetched
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 75b33b2fd0f..5cb8d755a15 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -102,11 +102,11 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
*/
@@ -160,33 +160,33 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
@@ -245,33 +245,33 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 98afec0c80a..1110a6a0377 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -257,39 +257,39 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- examples: [{contentType=application/json, example={
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- parameter username: (path) The name that needs to be fetched. Use user1 for testing.
@@ -348,8 +348,8 @@ public class UserAPI: APIBase {
Logs user into the system
- GET /user/login
-
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
- parameter username: (query) The user name for login (optional)
- parameter password: (query) The password for login in clear text (optional)
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 971771918ae..4f0048bb1e8 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -244,48 +244,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter tags: (query) Tags to filter by (optional)
@@ -354,48 +354,48 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
- 123456
+ 123456789
doggie
- string
+ aeiou
- string
+ aeiou
}]
- parameter petId: (path) ID of pet that needs to be fetched
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 5a0fff19e52..ec2b44008e6 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -106,11 +106,11 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
-}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@6e901cd0}]
+ "key" : 0
+}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
*/
@@ -166,33 +166,33 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
@@ -253,33 +253,33 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
- 123456
- 123456
- 0
+ 123456789
+ 123456789
+ 123
2000-01-23T04:56:07.000Z
- string
+ aeiou
true
}]
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 0dbc4e7b340..a4cbb8940be 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -267,39 +267,39 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- examples: [{contentType=application/json, example={
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
- 123456
- string
- string
- string
- string
- string
- string
- 0
+ 123456789
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ aeiou
+ 123
}]
- parameter username: (path) The name that needs to be fetched. Use user1 for testing.
@@ -360,8 +360,8 @@ public class UserAPI: APIBase {
Logs user into the system
- GET /user/login
-
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
- - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=aeiou}]
- parameter username: (query) The user name for login (optional)
- parameter password: (query) The password for login in clear text (optional)