15
crates/gitea-client/docs/ChangeFileOperation.md
Normal file
15
crates/gitea-client/docs/ChangeFileOperation.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# ChangeFileOperation
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**content** | Option<**String**> | new or updated file content, 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 |
|
||||
**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]
|
||||
|
||||
[[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