Manages diffs in a revision (allow creation)

GET /v1/revision/383932/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 935774,
            "phid": "PHID-DIFF-57slhsv5q36qa3bgx5ah",
            "review_task_id": "Ma4-1NJpRAeNtOJQ5-YNTQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "01984281959a80f6fcf1679fa95daeb5d2817ba3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935774/issues/?format=api"
        }
    ]
}