Skip to content

POST /a/tree/restore

Handle nodes restoration from recycle bin

Body Parameters

Name Description Type Required
Nodes Restore this node from the recycle bin to its original location array

Body Example

1
2
3
4
5
6
7
{
  "Nodes": [
    {
      "Path": "string"
    }
  ]
}

Response Example (200)

Response Type /definitions/restRestoreNodesResponse

1
2
3
4
5
6
7
8
9
{
  "RestoreJobs": [
    {
      "Label": "string",
      "NodeUuid": "string",
      "Uuid": "string"
    }
  ]
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025