Body
-
Minimum length is
1
, maximum length is255
. -
Minimum length is
1
, maximum length is255
.
Requires verified email; Requires one of the following permissions: ImageVotings.UpdateImageVotingEntry, ImageVotings.UpdateOwnImageVotingEntry; Requires the following features to be enabled: ImageVotings
curl \
-X PATCH https://app.lovassy.hu/Api/ImageVotingEntries/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"title":"string","imageUrl":"string"}'
curl \
-X PATCH https://app.lovassy.hu/Api/ImageVotingEntries/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X PATCH https://app.lovassy.hu/Api/ImageVotingEntries/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"title": "string",
"imageUrl": "string"
}
{
"title": "string",
"imageUrl": "string"
}
{
"title": "string",
"imageUrl": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}