[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
|
||||
|
||||
The `notify_batch` field allows you to specify an URL template for a URL that
|
||||
will be called every time a user installs a package. The URL can be either an
|
||||
absolute path (that will use the same domain as the repository) or a fully
|
||||
qualified URL.
|
||||
The `notify_batch` field allows you to specify an URL that will be called
|
||||
every time a user installs a package. The URL can be either an absolute path
|
||||
(that will use the same domain as the repository) or a fully qualified URL.
|
||||
|
||||
An example value:
|
||||
|
||||
|
|
Loading…
Reference in New Issue