A valid request URL is required to generate request examples{
"@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>"
}Updates the display alias for a vote user (used for anonymous voting). Cannot be changed after the user has already voted. Only the vote collection owner can modify aliases.
A valid request URL is required to generate request examples{
"@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>"
}