mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Merge pull request #387 from gempain/patch-1
Add default column and fix typo
This commit is contained in:
commit
40afacb2b5
1 changed files with 7 additions and 7 deletions
|
@ -45,11 +45,11 @@ notify:
|
|||
|
||||
## Configuration
|
||||
|
||||
Property | Type | Required | Support | Description
|
||||
--- | --- | --- | --- | ---
|
||||
method| string | No | all | HTTP verb
|
||||
packagePattern| string | No | all | Only run this notification if the package name matches the regular
|
||||
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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue