jiangphcn edited a comment on issue #2666: soft-deletion for database
URL: https://github.com/apache/couchdb/pull/2666#issuecomment-608511710
 
 
   > POST /_deleted_dbs - Only accepts the undelete JSON body to restore the 
deleted db
   
   > Can I see an example of the expected body now? If undelete is the only 
"action" for POST is there any reason to call it out separately?
   
   Yes, below is one example.
   ```
   {
           "undelete": {
                   "source_timestamp": "2020-04-01T07:13:42Z",
                   "source": "db01"
           }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to