From 40f81e8098274acefaa1aba4f273ef07b38ca468 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Sun, 11 Apr 2021 15:36:41 +0000 Subject: [PATCH] Update 'VRAHaulmkilling-API.md' --- VRAHaulmkilling-API.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VRAHaulmkilling-API.md b/VRAHaulmkilling-API.md index b672f43..5ec4b53 100644 --- a/VRAHaulmkilling-API.md +++ b/VRAHaulmkilling-API.md @@ -72,6 +72,7 @@ GET /api/v1/items/?it=vnd.farmmaps.itemtype.codelist.fm005 ``` > Response 201 ```javascript +[ { "code": "....", // .... @@ -82,7 +83,9 @@ GET /api/v1/items/?it=vnd.farmmaps.itemtype.codelist.fm005 "label": "quickdown", "options": "risk.standard,risk.high" } -} +}, +... +] ``` Response 400 Itemtype not found