Message

Create message

This endpoint is used to create message

post/messages/

Request body

articlestring
bodystring
commentsstring
statusstring
targetingstring
titlestring

Example request

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

Response

create message successfuly

articlestring
bodystring
commentsstring
statusstring
targetingstring
titlestring
user_idstring

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.