Manages diffs in a revision (allow creation)

GET /v1/revision/384845/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": 935975,
            "phid": "PHID-DIFF-bxq47q5powcaxa3bafpf",
            "review_task_id": "PaXVPKCeQTu_NCCTf5b1iA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c24916134583f9841aea7b437dddebbebf0b951b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935975/issues/?format=api"
        },
        {
            "id": 935987,
            "phid": "PHID-DIFF-7f4wujdscczcuh5nngup",
            "review_task_id": "WQsywxWlRZmnOdktqGDb9g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0995812b41574d23c7e360827f1fafb263f70285",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935987/issues/?format=api"
        }
    ]
}