From 0a10bc1ce953738f69e1a3237be58dc0e691e0bc Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 29 Jan 2026 11:51:11 -0600 Subject: [PATCH] chore(test): Update database list command to request JSON format (#6776) --- .claude/skills/influxdb3-test-setup/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/skills/influxdb3-test-setup/SKILL.md b/.claude/skills/influxdb3-test-setup/SKILL.md index 2b6d42ce3..3b39348ad 100644 --- a/.claude/skills/influxdb3-test-setup/SKILL.md +++ b/.claude/skills/influxdb3-test-setup/SKILL.md @@ -125,7 +125,7 @@ curl -X POST "http://localhost:8181/api/v3/configure/database" \ -d "{\"db\": \"${WORKTREE_NAME}_db\"}" # List databases to verify -curl "http://localhost:8181/api/v3/configure/database" \ +curl "http://localhost:8181/api/v3/configure/database?format=json" \ -H "Authorization: Bearer $ADMIN_TOKEN" ``` @@ -243,6 +243,7 @@ curl -i http://localhost:8181/ping -H "Authorization: Bearer $INFLUXDB3_ENTERPRI ``` **Token File Format** (both Core and Enterprise): + ```json { "token": "64-character-hexadecimal-token",