From 4a0387e4d552c7e328650714105875191a150533 Mon Sep 17 00:00:00 2001 From: Tom McKenzie Date: Tue, 2 Jan 2018 14:12:34 +1100 Subject: [PATCH] Add packagePatternFlags to Notifications doc --- wiki/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/notifications.md b/wiki/notifications.md index aab3ea65f..cf3d2d574 100644 --- a/wiki/notifications.md +++ b/wiki/notifications.md @@ -49,6 +49,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 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