POST
/
portal
/
upvotes
curl --request POST \
  --url https://productlane.com/api/v1/portal/upvotes \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "issueId": "<string>",
  "projectId": "<string>"
}'
{
  "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
Successful response
id
string
required
createdAt
string
required
isDeleted
boolean
required
version
number
required
contactId
string
required
issueId
string | null
required
projectId
string | null
required