mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
704 B
704 B
ChangeFileOperation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| content | String | content must be base64 encoded | |
| fromPath | String | old path of the file to move | [optional] |
| operation | 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] |
Enum: OperationEnum
| Name | Value |
|---|---|
| CREATE | "create" |
| UPDATE | "update" |
| DELETE | "delete" |