mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
New translations notifications.md (Spanish)
This commit is contained in:
parent
ec201b4de6
commit
adc44d1fcf
1 changed files with 8 additions and 7 deletions
|
@ -44,10 +44,11 @@ notify:
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
| Property | Type | Required | Support | Default | 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 expression |
|
| 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. |
|
| packagePatternFlags | string | No | | Any flags to be used with the regular expression | |
|
||||||
| endpoint | string | Yes | all | | set the URL endpoint for this call |
|
| headers | array/object | Yes | all | | If this endpoint requires specific headers, set them here as an array of key: value objects. |
|
||||||
| content | string | Yes | all | | any Handlebar expressions |
|
| 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