Update page 'Create Cropfield'
This commit is contained in:
parent
1729c2bd69
commit
9cb26d0d58
@ -25,7 +25,7 @@ GET /api/v1/folders/my_drive
|
|||||||
* Create a 'FOLDER' item as a child of the 'my_drive' item.
|
* Create a 'FOLDER' item as a child of the 'my_drive' item.
|
||||||
>Request
|
>Request
|
||||||
```javascript
|
```javascript
|
||||||
POST /api/v1/item
|
POST /api/v1/items
|
||||||
{
|
{
|
||||||
"parentCode": "{my_drive_code}",
|
"parentCode": "{my_drive_code}",
|
||||||
"itemType": "FOLDER",
|
"itemType": "FOLDER",
|
||||||
|
Loading…
Reference in New Issue
Block a user