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

{
  "Nodes": [
    {
      "Path": "string"
    }
  ]
}

Response Example (200)

Response Type /definitions/restRestoreNodesResponse

{
  "RestoreJobs": [
    {
      "Label": "string",
      "NodeUuid": "string",
      "Uuid": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top