apiv2: edit group as POST. Can't get PUT working with ngResource for

some reason, revisit
This commit is contained in:
Tyler Renelle 2014-01-01 22:40:27 -07:00
parent 580279eeda
commit 1a9ebb59f2

View file

@ -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]