Increment an image voting entry (Increment image votings only)
Requires verified email; Requires one of the following permissions: ImageVotings.CreateImageVotingEntryIncrement, ImageVotings.CreateActiveImageVotingEntryIncrement; Requires the following features to be enabled: ImageVotings
Path parameters
-
id
integer(int32) Required
application/json
POST
/Api/ImageVotingEntries/{id}/Increment
cURL (application/json)
curl \
-X POST https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Increment \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"type":"string","aspectKey":"string"}'
curl \
-X POST https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Increment \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/ImageVotingEntries/{id}/Increment \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
Request example
{
"type": "string",
"aspectKey": "string"
}
Request examples
{
"type": "string",
"aspectKey": "string"
}
Request examples
{
"type": "string",
"aspectKey": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}