Manages diffs in a revision (allow creation)

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