diff --git a/terraform/3_ingestion/outputs.tf b/terraform/3_ingestion/outputs.tf index ba9b74b..03633fb 100644 --- a/terraform/3_ingestion/outputs.tf +++ b/terraform/3_ingestion/outputs.tf @@ -39,6 +39,6 @@ output "setup_instructions" { curl -X POST ${aws_api_gateway_stage.api.invoke_url}/ingest \ -H "x-api-key: " \ -H "Content-Type: application/json" \ - -d '{"content": "Test document", "metadata": {"source": "test"}}' + -d '{"text": "Test document", "metadata": {"source": "test"}}' EOT } \ No newline at end of file