[docs] notify_batch is no longer URL template
parent
c441f94d1a
commit
2ef741626d
|
@ -99,10 +99,9 @@ It may include any of the other fields specified in the [schema](04-schema.md).
|
||||||
|
|
||||||
#### notify_batch
|
#### notify_batch
|
||||||
|
|
||||||
The `notify_batch` field allows you to specify an URL template for a URL that
|
The `notify_batch` field allows you to specify an URL that will be called
|
||||||
will be called every time a user installs a package. The URL can be either an
|
every time a user installs a package. The URL can be either an absolute path
|
||||||
absolute path (that will use the same domain as the repository) or a fully
|
(that will use the same domain as the repository) or a fully qualified URL.
|
||||||
qualified URL.
|
|
||||||
|
|
||||||
An example value:
|
An example value:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue