Skip to content

Commit 5976a64

Browse files
authored
Update content/shared/v3-core-plugins/_index.md
1 parent 72d078f commit 5976a64

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
@@ -367,7 +367,7 @@ influxdb3 create trigger \
367367
--database mydb system-metrics
368368
```
369369

370-
### On Request Trigger
370+
### On Request trigger
371371

372372
On Request plugins are triggered by a request to a specific endpoint under `/api/v3/engine`. The plugin will receive the local API, query parameters `Dict[str, str]`, request headers `Dict[str, str]`, request body (as bytes), and any arguments passed in the trigger definition. Here's an example of a simple On Request plugin:
373373

0 commit comments

Comments
 (0)