messages

Send a message to another user, optionally sharing a recipe

post/compat/v2/messages/createMessage

Request body

tostring uuid required
bodystring
recipeIdstring uuid

Response

Successful response

idstring uuid required
bodystring required
createdAtstring required
updatedAtstring required
fromUserIdstring uuid required
toUserIdstring uuid required
recipeIdstring uuid nullable required
originalRecipeIdstring uuid nullable required

Changes