You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**update_file**](FilesApi.md#update_file) | **PUT** /Files/{FileId} | Update a file
21
21
[**update_folder**](FilesApi.md#update_folder) | **PUT** /Folders/{FolderId} | Updates an existing folder
22
-
[**upload_file**](FilesApi.md#upload_file) | **POST** /Files | Uploads a File
22
+
[**upload_file**](FilesApi.md#upload_file) | **POST** /Files | Uploads a File to the inbox
23
+
[**upload_file_to_folder**](FilesApi.md#upload_file_to_folder) | **POST** /Folders/{FolderId} | Uploads a File to a specific folder
23
24
24
25
25
26
# **create_file_association**
@@ -1001,9 +1002,9 @@ Name | Type | Description | Notes
1001
1002
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**xero_tenant_id** | **str**| Xero identifier for Tenant |
1053
-
**folder_id** | [**str**](.md)| pass an optional folder id to save file to specific folder | [optional]
1053
+
**body** | **str**| | [optional]
1054
+
**name** | **str**| exact name of the file you are uploading | [optional]
1055
+
**filename** | **str**| | [optional]
1056
+
**mime_type** | **str**| | [optional]
1057
+
1058
+
### Return type
1059
+
1060
+
[**FileObject**](FileObject.md)
1061
+
1062
+
### Authorization
1063
+
1064
+
[OAuth2](../README.md#OAuth2)
1065
+
1066
+
### HTTP request headers
1067
+
1068
+
-**Content-Type**: multipart/form-data
1069
+
-**Accept**: application/json
1070
+
1071
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**name** | **str** | exact name of the file you are uploading | [optional]
8
+
**filename** | **str** | | [optional]
9
+
**mime_type** | **str** | | [optional]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments