latestOpenAPI 3.0.02026-08-1033283.6 MB

b0608768680f

Message

Update message

This endpoint is used to create message

put/messages/{message-id}

Request body

articlestring
bodystring
commentsstring
statusstring
targetingstring
titlestring

Example request

{
  "body": "abc",
  "status": "error",
  "title": "abcxyz"
}

Response

Update message successfuly

articlestring
bodystring
commentsstring
statusstring
targetingstring
titlestring
user_idstring

Example response

{
  "body": "abc",
  "status": "error",
  "title": "abcxyz",
  "user_id": "1"
}