cURL
curl --request POST \ --url https://api.example.com/documents/restore \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{}
the document ids to archive
The response is of type object.
object
Was this page helpful?