Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1110572,
            "phid": "PHID-DIFF-pd6762h5ymutoqwiujyj",
            "review_task_id": "G3PACLbGSuarDyVxn1BGWw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cca55529ba1abf4dd1affb620b9b1484f337f99d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110572/issues/?format=api"
        },
        {
            "id": 1111372,
            "phid": "PHID-DIFF-2n4ba4uu2ejuuodvbnrh",
            "review_task_id": "JdyMyt8NSh6wlLmzrMDxhQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5c8680d89cee14346e659b868a26d165e28a10a4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111372/issues/?format=api"
        }
    ]
}