Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"folder_ids": [1, 2, ...],
"folder": {
"ancestry": "5"
}
}
{
"success": true
}
| Param name | Description |
|---|---|
|
folder_ids
required |
Array of IDs of folders should be moved Validations:
|
|
folder
required |
Validations:
|
|
folder[ancestry]
required , nil allowed |
Id of parant folder Validations:
|