Update page 'Create Cropfield'

master
Mark van der Wal 2020-03-17 15:30:44 +00:00
parent 1729c2bd69
commit 9cb26d0d58
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ GET /api/v1/folders/my_drive
* Create a 'FOLDER' item as a child of the 'my_drive' item.
>Request
```javascript
POST /api/v1/item
POST /api/v1/items
{
"parentCode": "{my_drive_code}",
"itemType": "FOLDER",