1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

purge vault

This commit is contained in:
Kyle Spearrin
2017-10-25 21:46:35 -04:00
parent a57110b935
commit f3eaf644b0
6 changed files with 72 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
delAdmin: { url: _apiUri + '/ciphers/:id/delete-admin', method: 'POST', params: { id: '@id' } },
delMany: { url: _apiUri + '/ciphers/delete', method: 'POST' },
moveMany: { url: _apiUri + '/ciphers/move', method: 'POST' },
purge: { url: _apiUri + '/ciphers/purge', method: 'POST' },
postAttachment: {
url: _apiUri + '/ciphers/:id/attachment',
method: 'POST',