Update a lolo request
Requires verified email; Requires one of the following permissions: Shop.UpdateOwnLoloRequest, Shop.UpdateLoloRequest; Requires the following features to be enabled: Shop
Path parameters
-
id
integer(int32) Required
application/json
PATCH
/Api/LoloRequests/{id}
cURL (application/json)
curl \
-X PATCH https://app.lovassy.hu/Api/LoloRequests/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"title":"string","body":"string"}'
curl \
-X PATCH https://app.lovassy.hu/Api/LoloRequests/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X PATCH https://app.lovassy.hu/Api/LoloRequests/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
Request example
{
"title": "string",
"body": "string"
}
Request examples
{
"title": "string",
"body": "string"
}
Request examples
{
"title": "string",
"body": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}