mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 02:33:54 +00:00 
			
		
		
		
	* [markdown] Fix broken links when generating markdown The `api.mustache` file generates links to the markdown model files. These links were previously brokeen. Additionally, the defaultPackage for markdown is "/Models", so this looked pretty in the heading for model files. So this prefix has been stripped from the header in `model.mustache`. * Re-generate Petstore samples for markdown
		
			
				
	
	
		
			17 lines
		
	
	
		
			865 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			865 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# 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]
 | 
						|
 | 
						|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
						|
 |