openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# PullsUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | Option<**String**> | The title of the pull request. | [optional]
**body** | Option<**String**> | The contents of the pull request. | [optional]
**state** | Option<**String**> | State of this Pull Request. Either `open` or `closed`. | [optional]
**base** | Option<**String**> | The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository. | [optional]
**maintainer_can_modify** | Option<**bool**> | Indicates whether [maintainers can modify]https://docs.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/ the pull request. | [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)