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

select collections on group add/edit

This commit is contained in:
Kyle Spearrin
2017-05-08 22:13:31 -04:00
parent 9c706f07f0
commit cd5ad9f85b
5 changed files with 191 additions and 22 deletions

View File

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