[java] Add useSingleRequestParameter support (#12580)

* add useSingleRequestParameter support to java client

* trigger build failure

* trigger build failure

* Revert "trigger build failure"

This reverts commit 545e57ab8f.

* Revert "trigger build failure"

This reverts commit 849f71f1f1.

* update doc
This commit is contained in:
William Cheng
2022-06-12 17:23:42 +08:00
committed by GitHub
parent 0c18b2e302
commit c2595335c3
67 changed files with 10944 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
# ModelApiResponse
Describes the result of uploading an image resource
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**code** | **Integer** | | [optional] |
|**type** | **String** | | [optional] |
|**message** | **String** | | [optional] |