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/CreateFileOptions.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

17 lines
1.0 KiB
Markdown

# CreateFileOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Author** | [***Identity**](Identity.md) | | [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**](Identity.md) | | [optional] [default to null]
**Content** | **string** | content must be base64 encoded | [default to null]
**Dates** | [***CommitDateOptions**](CommitDateOptions.md) | | [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 &#x60;branch&#x60; before creating the file | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)