PATCH/projects/api/v3/messages/{messageId}.json

Edit a message.

Update specific fields on a message. If the property read is sent with the value true all replies from this message will be marked as read.

Path Params

  • Name
    messageId
    Type
    integer
    required
    Description

Body Params

Request contains information of a message to be created or updated.

    • Name
      read
      Type
      boolean

    Responses

    • Code
      204
      Description
      204 No Content No Data
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      ErrorResponse defines how []Error should be marshaled to JSON.

    Examples

    400 Bad Request

    ErrorResponse
    {
      "errors": [
        {
          "code": "string",
          "detail": "string",
          "id": "string",
          "meta": {},
          "title": "string"
        }
      ]
    }