From 4b3ec7fee50e0f3810bd4a6e2730feb32b6aebbf Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 8 Jan 2018 23:04:38 +0100 Subject: [PATCH] docs: add missing column --- docs/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.md b/docs/notifications.md index 24d4f66e7..c39d39212 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -52,7 +52,7 @@ Property | Type | Required | Support | Default | Description --- | --- | --- | --- | --- | --- method| string | No | all | | HTTP verb packagePattern| string | No | all | | Only run this notification if the package name matches the regular expression -packagePatternFlags| string | No | | Any flags to be used with the regular expression +packagePatternFlags| string | No | all | | Any flags to be used with the regular expression headers| array/object | Yes | all | | If this endpoint requires specific headers, set them here as an array of key: value objects. endpoint| string | Yes | all | | set the URL endpoint for this call content| string | Yes | all | | any Handlebar expressions