{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
"<any>"
],
"success": true
}
Reactivate a vault with the provided details
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
"<any>"
],
"success": true
}
Vault reactivation details
The body is of type object
.
OK
The response is of type object
.