PATCH
/
api
/
v1
/
vote_user_alias
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "cardId": "<string>"
  },
  "hasVoted": true,
  "alias": "<string>"
}

Body

application/merge-patch+json

The updated VoteUser resource

Response

200
application/ld+json

VoteUser resource updated