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
# IssuesUpdateLabelRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**new_name** | Option<**String**> | The new name of the label. Emoji can be added to label names, using either native emoji or colon-style markup. For example, typing `:strawberry:` will render the emoji ![:strawberry:]https://github.githubassets.com/images/icons/emoji/unicode/1f353.png \":strawberry:\". For a full list of available emoji and codes, see \"[Emoji cheat sheet]https://github.com/ikatyang/emoji-cheat-sheet.\" | [optional]
**color** | Option<**String**> | The [hexadecimal color code]http://www.color-hex.com/ for the label, without the leading `#`. | [optional]
**description** | Option<**String**> | A short description of the label. Must be 100 characters or fewer. | [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)