python-gitea/docs/ChangeFileOperation.md
2025-10-21 21:45:29 +02:00

15 lines
690 B
Markdown

# ChangeFileOperation
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **str** | new or updated file content, must be base64 encoded | [optional]
**from_path** | **str** | old path of the file to move | [optional]
**operation** | **str** | indicates what to do with the file |
**path** | **str** | path to the existing or new file |
**sha** | **str** | 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)