DB.RESTORE
POST
To restore documents that have been archived. It can be used to recover documents that have been set for deletion
Request
- application/json
Body
action stringrequired
Default value: db.restore
The action name
collection stringrequired
The collection name
matches objectrequired
The matches criteria
_ref stringrequired
The reference key of the deleted or archive data
Responses
- 200
Bool response
- application/json
- Schema
- Example (from schema)
Schema
data object
data boolean
A boolean value that is returned
{
"data": {
"data": true
}
}
Loading...