Skip to content

Commit d8d1d09

Browse files
authored
Update content/shared/v3-core-plugins/_index.md
1 parent 49c055f commit d8d1d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/v3-core-plugins/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ influxdb3 create trigger \
409409
--plugin-filename "examples/my-on-request.py" \
410410
--database mydb my-plugin
411411

412-
Trigger specs must be unique across all configured plugins, regardless of which database they are tied to, given the path is the same. Here's an example to create a request trigger tied to the "hello-world' path using a plugin in the plugin-dir:
412+
Because all On Request plugins share the same root URL, trigger specs must be unique across all plugins configured for a server, regardless of which database they are associated with.
413413

414414
```shell
415415
influxdb3 create trigger \

0 commit comments

Comments
 (0)