forked from loafle/openapi-generator-original
better java resteasy echo api client tests (#17473)
This commit is contained in:
24
samples/client/echo_api/java/resteasy/docs/Query.md
Normal file
24
samples/client/echo_api/java/resteasy/docs/Query.md
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
# Query
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
|**id** | **Long** | Query | [optional] |
|
||||
|**outcomes** | [**List<OutcomesEnum>**](#List<OutcomesEnum>) | | [optional] |
|
||||
|
||||
|
||||
|
||||
## Enum: List<OutcomesEnum>
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| SUCCESS | "SUCCESS" |
|
||||
| FAILURE | "FAILURE" |
|
||||
| SKIPPED | "SKIPPED" |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user