mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Corrected example for show private message so it would result in a valid
call
This commit is contained in:
parent
a078636416
commit
d358236f42
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue