apiv2: edit group as POST. Can't get PUT working with ngResource for
some reason, revisit
This commit is contained in:
@@ -378,7 +378,8 @@ module.exports = (swagger, v2) ->
|
||||
|
||||
"/groups/{gid}":
|
||||
spec:
|
||||
path: '/groups/{gid}', method: 'PUT'
|
||||
path: '/groups/{gid}'
|
||||
method: 'POST'
|
||||
description: "Edit a group"
|
||||
params: [body('','Group object (see GroupSchema)','object')]
|
||||
middleware: [auth.auth, groups.attachGroup]
|
||||
|
||||
Reference in New Issue
Block a user