Update page 'Create Cropfield'

This commit is contained in:
Mark van der Wal 2020-03-17 15:38:56 +00:00
parent 9cb26d0d58
commit 7d916df662

View File

@ -67,7 +67,7 @@ Response 404 Parent Item not found
* Create a 'vnd.farmmaps.itemtype.cropfield' item as a child of the 'FOLDER' item. * Create a 'vnd.farmmaps.itemtype.cropfield' item as a child of the 'FOLDER' item.
> Request > Request
```javascript ```javascript
POST /api/v1/item POST /api/v1/items
{ {
"parentCode": "{FOLDER_item_code}", "parentCode": "{FOLDER_item_code}",
"itemType": "vnd.farmmaps.itemtype.cropfield", "itemType": "vnd.farmmaps.itemtype.cropfield",