Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 0332608

Browse files
committed
fix: update typedoc for responseType
1 parent 560d997 commit 0332608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class FunctionsClient {
3333
* @param invokeOptions - object with the following properties
3434
* `headers`: object representing the headers to send with the request
3535
* `body`: the body of the request
36-
* `responseType`: how the response should be parsed
36+
* `responseType`: how the response should be parsed. The default is `json`
3737
*/
3838
async invoke(
3939
functionName: string,

0 commit comments

Comments
 (0)