From 32cb1bacf9dc0fbcb118830983ba78bb4cc01e79 Mon Sep 17 00:00:00 2001 From: Abayomi Amusa Date: Tue, 12 Dec 2023 00:02:07 +0100 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272d26e..eceeb79 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ It can also take in the `id` of the file to upload in the case of uploading sing ``` | Method name | Description | param | -| ---- | ---- | ---- | ---- | +| ---- | ---- | ---- | | upload | To trigger upload for all files or a single file | `file_id` . Not required retry_upload | To trigger upload retry for all files that were not uploaded due to an error or for a single file | `file_id` . Not required | | show_add_file_ui | The method to show the default UI for selecting new files, will not work if `use_default_file_display_ui` is set to false | `None` |