Edit a pending task's content — the submitted entity (NewContent) or the proposed change (Edit).
PATCH/review/tasks/:id
Allowed for the original submitter (their own task) or any moderator, and only while the task is Pending. Content-only: it never changes review status (use Approve/Reject for that). When a moderator edits someone else's submission, it is flagged so the submitter sees a "modified by a moderator" cue.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
The updated task.
Invalid content.
Authentication required.
Not your submission.
Task or target not found.
The task has already been resolved.