Skip to main content
POST
/
documents
/
restore
Restore documents (Super admin only)
curl --request POST \
  --url https://api.example.com/documents/restore \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{}

Body

application/json
ids
string[]
required

the document ids to archive

Response

The response is of type object.