PUT/projects/updates/{updateId}/react.json

React to a Project Update

Reactions are only available to users who have the new dashboard enabled via the beta program. In order to do use reactions you need to first enable this.


Path Params

  • Name
    updateId
    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": "1",
          "dislike": "0"
        },
        "mine": [
          "frown"
        ]
      }
    }