1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 08:13:22 +00:00

manage groups from collection add/edit

This commit is contained in:
Kyle Spearrin
2017-05-09 14:06:44 -04:00
parent f7d1b8821c
commit 1f73269480
5 changed files with 234 additions and 5 deletions

View File

@@ -69,6 +69,7 @@
_service.collections = $resource(_apiUri + '/organizations/:orgId/collections/:id', {}, {
get: { method: 'GET', params: { id: '@id', orgId: '@orgId' } },
getDetails: { url: _apiUri + '/organizations/:orgId/collections/:id/details', method: 'GET', params: { id: '@id', orgId: '@orgId' } },
listMe: { url: _apiUri + '/collections', method: 'GET', params: {} },
listOrganization: { method: 'GET', params: { orgId: '@orgId' } },
post: { method: 'POST', params: { orgId: '@orgId' } },