You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/repos/hooks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ takes these fields in the `config`:
125
125
Name | Type | Description
126
126
-----|------|--------------
127
127
`url`|`string` |**Required**. The URL to which the payloads will be delivered.
128
-
`content_type`|`string` | The media type used to serialize the payloads.Currently, only`json`is supported. Default:`json`
128
+
`content_type`|`string` | The media type used to serialize the payloads.Supported values:`json`and`form`. Default:`form`.
129
129
`secret`|`string` | If defined, then HTTP requests that deliver the payloads will include an`X-Hub-Signature` header. The value of this header is computed as the[HMAC hex digest of the body, using the`secret` as the key][hub-signature].
130
130
`insecure_ssl`|`string` | Determines whether the SSL certificate of the host for`url` will be verified when delivering payloads. Supported values:`"0"` (verification is performed) and`"1"` (verification is not performed). Default:`"0"`.