From e27fa28a31ec1ab95794ff1ab0196d2aef09d527 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 23:39:06 +0000 Subject: [PATCH] Add api-ref to upload plugin endpoint and remove duplicate link sentence Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --- content/shared/influxdb3-plugins/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/shared/influxdb3-plugins/_index.md b/content/shared/influxdb3-plugins/_index.md index 13a3ca0cb..5220d59ab 100644 --- a/content/shared/influxdb3-plugins/_index.md +++ b/content/shared/influxdb3-plugins/_index.md @@ -394,7 +394,7 @@ For more information, see the [`influxdb3 create trigger` CLI reference](/influx To upload a plugin file using the HTTP API, send a `PUT` request to the `/api/v3/plugins/files` endpoint: -{{% api-endpoint method="PUT" endpoint="{{< influxdb/host >}}/api/v3/plugins/files" %}} +{{% api-endpoint method="PUT" endpoint="{{< influxdb/host >}}/api/v3/plugins/files" api-ref="/influxdb3/version/api/v3/#operation/PutPluginFile" %}} Include the following in your request: @@ -414,8 +414,6 @@ curl -X PUT "{{< influxdb/host >}}/api/v3/plugins/files?path=plugin.py" \ Replace {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: your {{% token-link "admin" %}} -For complete reference, see [Update plugin file](/influxdb3/version/api/v3/#operation/PutPluginFile). - > [!Important] > #### Admin privileges required >