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 2675964 commit fb010bbCopy full SHA for fb010bb
supabase_functions/_async/functions_client.py
@@ -91,7 +91,7 @@ async def invoke(
91
invoke_options : object with the following properties
92
`headers`: object representing the headers to send with the request
93
`body`: the body of the request
94
- `responseType`: how the response should be parsed. The default is `json`
+ `responseType`: how the response should be parsed. The default is `text/plain`
95
"""
96
if not is_valid_str_arg(function_name):
97
raise ValueError("function_name must a valid string value.")
0 commit comments