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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content_type** | Option<**String**> | The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. | [optional]
**insecure_ssl** | Option<[**models::WebhookConfigInsecureSsl**]webhook-config-insecure-ssl.md> |  | [optional]
**secret** | Option<**String**> | If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers]https://docs.github.com/webhooks/event-payloads/#delivery-headers. | [optional]
**url** | Option<**String**> | The URL to which the payloads will be delivered. | [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)