mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Add default column and fix typo
Just saw this while reading your docs: 1. It would be nice to have the default value for optional parameters (but I don't know what the values are and will leave it up to the maintainers to update them in this file). 2. Also fixes a small typo.
This commit is contained in:
parent
288669d91c
commit
66394b92d9
1 changed files with 7 additions and 7 deletions
|
@ -45,11 +45,11 @@ notify:
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Property | Type | Required | Support | Description
|
Property | Type | Required | Support | Default | Description
|
||||||
--- | --- | --- | --- | ---
|
--- | --- | --- | --- | --- | ---
|
||||||
method| string | No | all | HTTP verb
|
method| string | No | all | | HTTP verb
|
||||||
packagePattern| string | No | all | Only run this notification if the package name matches the regular
|
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.
|
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
|
endpoint| string | Yes | all | | set the URL endpoint for this call
|
||||||
content| string | Yes | all | any Handlebar expressions
|
content| string | Yes | all | | any Handlebar expressions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue