We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a402200 commit 3405e93Copy full SHA for 3405e93
test/influxdb3/engine.test.sh
@@ -1,7 +1,7 @@
1
# Create a processing engine request trigger
2
# // SECTION - influxdb3-core
3
curl -v -X POST "http://localhost:8181/api/v3/configure/processingengine/trigger" \
4
- --header "Authorization: Bearer ${INFLUXDB3_ENTERPRISE_ADMIN_TOKEN}" \
+ --header "Authorization: Bearer ${INFLUXDB3_CORE_ADMIN_TOKEN}" \
5
--json '{
6
"db": "sensors",
7
"plugin_filename": "request.py",
0 commit comments