[Java RESTEasy client] added filename directive for Java RESTEasy file uploads (#17367) (#17435)

* added filename directive for Java RESTEasy file uploads (#17367)

* regenerated samples
This commit is contained in:
Milad
2023-12-21 12:34:30 +01:00
committed by GitHub
parent bf4c98a82a
commit 106047980b
212 changed files with 26114 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
# ArrayTest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**arrayOfString** | **List<String>** | | [optional] |
|**arrayArrayOfInteger** | **List<List<Long>>** | | [optional] |
|**arrayArrayOfModel** | **List<List<ReadOnlyFirst>>** | | [optional] |