This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/UpdateFileOptions.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

1.3 KiB

UpdateFileOptions

Properties

Name Type Description Notes
Author *Identity [optional] [default to null]
Branch string branch (optional) to base this file from. if not given, the default branch is used [optional] [default to null]
Committer *Identity [optional] [default to null]
Content string content must be base64 encoded [default to null]
Dates *CommitDateOptions [optional] [default to null]
FromPath string from_path (optional) is the path of the original file which will be moved/renamed to the path in the URL [optional] [default to null]
Message string message (optional) for the commit of this file. if not supplied, a default message will be used [optional] [default to null]
NewBranch string new_branch (optional) will make a new branch from `branch` before creating the file [optional] [default to null]
Sha string sha is the SHA for the file that already exists [default to null]

[Back to Model list] [Back to API list] [Back to README]