From bedc3e190b8884c0ed2e68d0ca6adfcd2793a5b1 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 2 May 2025 12:29:11 -0700 Subject: [PATCH] Update content/shared/extended-plugin-api.md Co-authored-by: Jason Stirnaman --- content/shared/extended-plugin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/extended-plugin-api.md b/content/shared/extended-plugin-api.md index 6fe501525..f4cadb7ad 100644 --- a/content/shared/extended-plugin-api.md +++ b/content/shared/extended-plugin-api.md @@ -10,7 +10,7 @@ The plugin API lets you: - [Maintain state with in-memory cache](#maintain-state-with-in-memory-cache) - [Guidelines for in-memory caching](#guidelines-for-in-memory-caching) -### Get started with the shared API +## Get started with the shared API Every plugin has access to the shared API through the `influxdb3_local` object. You don't need to import any libraries to use the API. It's available as soon as your plugin runs.