From 4630426de1dabd063f030c9fb586e0d470cabd4e Mon Sep 17 00:00:00 2001 From: Wilco Krikke Date: Wed, 22 Feb 2023 15:34:17 +0000 Subject: [PATCH] Update 'Blight-API.md' more text --- Blight-API.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Blight-API.md b/Blight-API.md index 42625d2..377b3f8 100644 --- a/Blight-API.md +++ b/Blight-API.md @@ -47,8 +47,16 @@ GET /api/v1/items/{code}/children?it=vnd.farmmaps.itemtype.blight "geometry": ... "url": ... "code": ... - "data": ... "size": ... + "data": { + "itemtask": { + "runs": { + "last": "2023-02-22T03:02:01.8775194Z", + "success": "2023-02-22T03:02:01.8775194Z" + }, + "state": "ok", + "messages": [] + }, ... } ```