Corrected example for show private message so it would result in a valid

call
This commit is contained in:
Blade Barringer 2014-12-19 10:44:55 -06:00
parent a078636416
commit d358236f42

View file

@ -593,7 +593,7 @@ module.exports = (swagger, v2) ->
description: 'Send a private message to a member'
parameters: [
path 'uuid', 'The UUID of the member to message', 'string'
body '', '{message: "The private message to send"}', 'object'
body '', '{"message": "The private message to send"}', 'object'
]
middleware: [auth.auth]
action: members.sendPrivateMessage