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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-06 15:41:45 -07:00 committed by GitHub
parent f7ee9cf567
commit 8d92afad9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: