We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd1078 commit 226f59aCopy full SHA for 226f59a
src/api.ts
@@ -11557,7 +11557,7 @@ export class CellsApi {
11557
*
11558
* @param requestObj contains request parameters
11559
*/
11560
- public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: model.Buffer}> {
+ public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: Buffer}> {
11561
if (requestObj === null || requestObj === undefined) {
11562
throw new Error('Required parameter "requestObj" was null or undefined when calling postBatchConvert.');
11563
}
0 commit comments