v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEnrichmentFeedback
Create category, merchant feedback
Provide feedback on a Transaction's Categories and Merchants
put/api/transactions/{heron_id}/feedback
Path parameters
heron_idstring required
Transaction heron_id
Request body
Example request
{
"transaction": {
"category": {
"heron_id": "ctg_Hyv4jvQtWZcTH8jVL5sHpt",
"label": "Insurance"
},
"merchant": {
"heron_id": "mrc_hJcvPCaAgesp9etcNh6H6J",
"name": "Spotify"
}
}
}Response
OK