Order Tag Updated
When an order is associated with a different tag
Event name fundsub.order.tag.updated
Payload
{
"event": string,
"createdAt": string, // example: "2024-10-20T07:52:28.696629792Z"
"fundId": string,
"orderId": string,
"oldTagIds": Array[string],
"newTagIds": Array[String]
}
Updated 3 months ago