From 853e0ed5db2fbcd06459df4d07b944b558a30ee7 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 31 Oct 2025 19:31:19 +0000 Subject: [PATCH] mtd-cli-ob.c: Fix the list-final-decl-obligations endpoint Fixes: 8c31f57 ("Big update for *new* libmtdac") Signed-off-by: Andrew Clayton --- src/mtd-cli-ob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mtd-cli-ob.c b/src/mtd-cli-ob.c index e38f715..d6b2cb3 100644 --- a/src/mtd-cli-ob.c +++ b/src/mtd-cli-ob.c @@ -23,7 +23,7 @@ static const struct endpoint endpoints[] = { .nr_req_args = 0, .args = "[[[typeOfBusiness={self-employment,uk-property,foreign-property}][,businessId=]][,[fromDate=YYYY-MM-DD,toDate=YYYY-MM-DD]][,[status={Oopen,fulfilled}]]]" }, { - .name = "list-crystallisation-obligations", + .name = "list-final-decl-obligations", .api_ep = MTD_API_EP_OB_GET_FDO, .nr_req_args = 0, .args = "[[taxYear=YYYY-MM],[status={open,fulfilled}]]"