POST
/
portal
/
upvotes
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "isDeleted": true,
  "version": 123,
  "contactId": "<string>",
  "issueId": "<string>",
  "projectId": "<string>"
}

Body

application/json
email
string
required
issueId
string
projectId
string

Response

200 - application/json
id
string
required
createdAt
string
required
isDeleted
boolean
required
version
number
required
contactId
string
required
issueId
string | null
required
projectId
string | null
required