v1

latestOpenAPI 3.0.0Apache 2.02026-08-0610023171.4 KB
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.

successboolean
messagestring nullable

Optional informational message returned by some endpoints.

Example response

{
  "success": true
}