Manages diffs in a revision (allow creation)

GET /v1/revision/403133/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": 950485,
            "phid": "PHID-DIFF-mnr4h3eys5w6zekx363o",
            "review_task_id": "H77xR92xSIiN_qbpMSSZ1g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "be8f2cb4bf012893ef1ce698041b460adf501740",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950485/issues/?format=api"
        }
    ]
}