fix: endpoint text. (#3308)

pull/3309/head
Jason Stirnaman 2021-10-26 09:10:57 -05:00 committed by GitHub
parent a6254e1e79
commit b7dc129e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ The following `params` object provides a key-value pair for each parameter refer
} }
``` ```
The following example uses `/api/v2/scripts` to create the script and invoke the new script ID with `params`. The following example uses the `/api/v2/scripts` InfluxDB API endpoint to create the script and invoke the new script ID with `params`.
```sh ```sh
{{% get-shared-text "api/v2.0/api-invocable-scripts/invoke_with_params.sh" %}} {{% get-shared-text "api/v2.0/api-invocable-scripts/invoke_with_params.sh" %}}
``` ```