EnrichmentFeedback

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.