Manages diffs in a revision (allow creation)

GET /v1/revision/490878/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": 1078201,
            "phid": "PHID-DIFF-vx342cza2jvdwxg7ra2e",
            "review_task_id": "Jbv_8PKGSJ6FRiBng_30jQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5f06e0b96d21e14edaff24f1f8e0ab667f2b0b0c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078201/issues/?format=api"
        }
    ]
}