| Vote type | name |
|---|---|
| 0 | none |
| 1 | up |
| 2 | down |
POST : /api/designnest/v1/projects/{projectID}/visuals/{visualID}/vote
projectID : the ID of the current project
{
"vote" : {
"type" : 0 / 1 / 2
}
}
{
"code" : 1 ,
"message" : "" ,
}
PATCH : /api/designnest/v1/projects/{projectID}/visuals/{visualID}/vote
projectID : the ID of the current project
{
"vote" : {
"type" : 0 / 1 / 2
}
}
{
"code" : 1 ,
"message" : "" ,
}