PUT/{resource}/{id}/unreact.json

Unreacting to a Comment/Message/ProjectUpdate

This is on the comments API, in order to turn the reactions you must add getReactions=true.

Unreact works the same as the react endpoints but you are unreacting rather than reacting.


Path Params

  • Name
    resource
    Type
    string
    required
    Description
  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      reactionType
      Type
      string
    • Name
      get
      Type
      string

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK",
      "reactions": {
        "counts": {
          "heart": "0",
          "like": "0",
          "joy": "0",
          "frown": "0",
          "dislike": "0"
        },
        "mine": []
      }
    }