Body
-
accepted
boolean Required -
loloAmount
integer(int32)
Requires verified email; Requires one of the following permissions: Shop.OverruleLoloRequest; Requires the following features to be enabled: Shop
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"accepted":true,"loloAmount":42}'
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/LoloRequests/Overrule/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"accepted": true,
"loloAmount": 42
}
{
"accepted": true,
"loloAmount": 42
}
{
"accepted": true,
"loloAmount": 42
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}