Move a resource
Moving resources
Move resources between resource groups.
{
"resources": [
1
],
"type": "move"
}
POST /api/admin/v1/analytics/files/transfer/{current_group}/to/{target_group} |
Parameters
int
current_group, Unique identifier of the resource group from which the resource will be moved
int
target_group, Unique identifier of the resource group to which the resource will be moved
array
resources, Array of resource ids.
string
type, Resource movement type
200 |
Returns an array of resource objects
JSON
|
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|