mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 08:27:08 +00:00
remove warnings related to escaping the characters in the md generator (#12774)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# User
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | [**Long**](long.md) | | [optional] [default to null]
|
||||
**username** | [**String**](string.md) | | [optional] [default to null]
|
||||
**firstName** | [**String**](string.md) | | [optional] [default to null]
|
||||
**lastName** | [**String**](string.md) | | [optional] [default to null]
|
||||
**email** | [**String**](string.md) | | [optional] [default to null]
|
||||
**password** | [**String**](string.md) | | [optional] [default to null]
|
||||
**phone** | [**String**](string.md) | | [optional] [default to null]
|
||||
**userStatus** | [**Integer**](integer.md) | User Status | [optional] [default to null]
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **id** | **Long** | | [optional] [default to null] |
|
||||
| **username** | **String** | | [optional] [default to null] |
|
||||
| **firstName** | **String** | | [optional] [default to null] |
|
||||
| **lastName** | **String** | | [optional] [default to null] |
|
||||
| **email** | **String** | | [optional] [default to null] |
|
||||
| **password** | **String** | | [optional] [default to null] |
|
||||
| **phone** | **String** | | [optional] [default to null] |
|
||||
| **userStatus** | **Integer** | User Status | [optional] [default to null] |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user