mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[Python] List enum members in docs (#18804)
* List enum values in docs * Remove newline * Remove another newline * Generate samples
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
# StringEnumRef
|
||||
|
||||
|
||||
## Properties
|
||||
## Enum
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
* `SUCCESS` (value: `'success'`)
|
||||
|
||||
* `FAILURE` (value: `'failure'`)
|
||||
|
||||
* `UNCLASSIFIED` (value: `'unclassified'`)
|
||||
|
||||
[[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