Skip to content

Commit 72d078f

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

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
@@ -394,7 +394,7 @@ def process_request(influxdb3_local, query_parameters, request_headers, request_
394394
return 200, {"Content-Type": "application/json"}, json.dumps({"status": "ok", "line": line_str})
395395
```
396396

397-
#### On-request trigger configuration
397+
#### On Request trigger configuration
398398

399399
On-request plugins are set with a `trigger-spec` of `request:<endpoint>`. The `args` parameter can be used to pass configuration to the plugin. For example, if we wanted the above plugin to run on the endpoint `/api/v3/engine/my_plugin`, we would use `request:my_plugin` as the `trigger-spec`.
400400

0 commit comments

Comments
 (0)