curl --request POST \ --url https://api.triqai.com/v1/report-issue \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data @- <<EOF{ "transaction_id": "550e8400-e29b-41d4-a716-446655440000", "description": "The merchant name is incorrect - it should be 'Amazon' not 'Amazon Marketplace'", "fields": [ "enrichments.merchant.data.name" ]}EOF
Report an issue with enrichment data for a specific transaction.
POST
/
v1
/
report-issue
Report an enrichment issue
Copy
curl --request POST \ --url https://api.triqai.com/v1/report-issue \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data @- <<EOF{ "transaction_id": "550e8400-e29b-41d4-a716-446655440000", "description": "The merchant name is incorrect - it should be 'Amazon' not 'Amazon Marketplace'", "fields": [ "enrichments.merchant.data.name" ]}EOF