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