| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
APIIndividualApi.apisApiIdThumbnailPost(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<FileInfo> |
APIIndividualApi.apisApiIdThumbnailPostWithHttpInfo(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailPostAsync(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<FileInfo> callback)
Upload a thumbnail image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
FileInfo.mediaType(String mediaType) |
FileInfo |
FileInfo.relativePath(String relativePath) |
Copyright © 2018 WSO2. All rights reserved.