From 8d92afad9efbb0f52b29591bee5295157ecd8e24 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Tue, 6 May 2025 15:41:45 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index af9dfcd48..a7de444af 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -230,7 +230,7 @@ def process_request(influxdb3_local, query_parameters, request_headers, request_ # Return a response (automatically converted to JSON) return {"status": "success", "message": "Request processed"} -``` +#### Next steps After adding your plugin: