Reports
Save report changes
Save user changes to a parsed plagiarism report, such as enabled or disabled matches. The report must belong to a text visible to the authenticated user.
post/api/v1/report/save-changes/{id}/
Path parameters
idinteger required
Numeric resource ID.
Request body
object required
Endpoint-specific JSON payload handled by the controller.
Response
The request succeeded and returned endpoint-specific data.
Example response
{
"success": true
}