diff --git a/website/translated_docs/ur-PK/notifications.md b/website/translated_docs/ur-PK/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/ur-PK/notifications.md +++ b/website/translated_docs/ur-PK/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| 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 | -| 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 | \ No newline at end of file +| 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 | \ No newline at end of file