Fix test spec issue (#4334)

* fix issue with swagger spec (number => integer)

* remove space from spec
This commit is contained in:
wing328
2016-12-07 16:46:41 +08:00
committed by GitHub
parent 8e1eeaa737
commit 8153f0e89b
33 changed files with 66 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ Name | Type | Description | Notes
**enum_string** | **string** | | [optional]
**enum_integer** | **int** | | [optional]
**enum_number** | **double** | | [optional]
**outer_enum** | [**\Swagger\Client\Model\OuterEnum**](OuterEnum.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)