Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2023-06-09 00:14:18 +00:00
parent 046b53c029
commit bf189a2a40
6 changed files with 16 additions and 18 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **String** | content must be base64 encoded |
**content** | **String** | new or updated file content, must be base64 encoded | [optional]
**fromPath** | **String** | old path of the file to move | [optional]
**operation** | [**OperationEnum**](#OperationEnum) | indicates what to do with the file |
**path** | **String** | path to the existing or new file | [optional]
**sha** | **String** | sha is the SHA for the file that already exists, required for update, delete | [optional]
**path** | **String** | path to the existing or new file |
**sha** | **String** | sha is the SHA for the file that already exists, required for update or delete | [optional]
<a name="OperationEnum"></a>
## Enum: OperationEnum