Skip to content

Commit ebd2597

Browse files
correct header name
1 parent fa76aa0 commit ebd2597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/microsoft/python/getting-started-agents/agent-catalog/3p-agent-samples/azure-ai-agent-service-blueprints/auquan/python

samples/microsoft/python/getting-started-agents/agent-catalog/3p-agent-samples/azure-ai-agent-service-blueprints/auquan/python/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- Example request format:
5454
```bash
5555
curl -X POST "https://agents-backend.auquan.com/api/analyze-query" \
56-
-H "X-API-Key: YOUR_API_KEY" \
56+
-H "x-api-key: YOUR_API_KEY" \
5757
-H "Content-Type: application/json" \
5858
-d '{"query": "do a risk analysis for company_name"}'
5959
```

0 commit comments

Comments
 (0)