Skip to content

Commit

Permalink
fix parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Jun 8, 2023
1 parent 9f91c72 commit 903ec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/ask/ask-for-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If a project ID is configured, the messages will be uploaded to the cloud storag
Text displayed above the upload button.
</ParamField>
<ParamField path="accept" type="Union[List[str], Dict[str, List[str]]]">
List of mime type to accept like ["text/csv", "application/pdf"] or a dict like {"text/plain": [".txt", ".py"]}.
List of mime type to accept like `["text/csv", "application/pdf"]` or a dict like `{"text/plain": [".txt", ".py"]}`.
More infos here https://react-dropzone.org/#!/Accepting%20specific%20file%20types.
</ParamField>
<ParamField path="max_size_mb" type="int" optional>
Expand Down

0 comments on commit 903ec8a

Please sign in to comment.