Validate a reported resource
Validate a reported resource
POST
/v1/reportedResources/{reportedResourceId}/validate
curl \
--request POST 'https://openapi.meltingspot.io/v1/reportedResources/{reportedResourceId}/validate' \
--header "Content-Type: application/json" \
--data '{"status":"Accepted"}'
Request examples
{
"status": "Accepted"
}
Response examples (200)
{
"id": "string",
"ownerId": "string",
"ownerType": "ThreadMessage",
"status": "PendingReview",
"author": {
"firstName": "string",
"lastName": "string",
"profilePicture": "string",
"spotMemberId": "string"
},
"lastReportId": "string",
"createdAt": 42
}