feat: add rustls
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**content** | Option<**String**> | new or updated file content, must be base64 encoded | [optional]
|
||||
**content** | Option<**String**> | new or updated file content, it must be base64 encoded | [optional]
|
||||
**from_path** | Option<**String**> | old path of the file to move | [optional]
|
||||
**operation** | **String** | indicates what to do with the file |
|
||||
**operation** | **Operation** | indicates what to do with the file: \"create\" for creating a new file, \"update\" for updating an existing file, \"upload\" for creating or updating a file, \"rename\" for renaming a file, and \"delete\" for deleting an existing file. (enum: create, update, upload, rename, delete) |
|
||||
**path** | **String** | path to the existing or new file |
|
||||
**sha** | Option<**String**> | sha is the SHA for the file that already exists, required for update or delete | [optional]
|
||||
**sha** | Option<**String**> | the blob ID (SHA) for the file that already exists, required for changing existing files | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user