Manages diffs in a revision (allow creation)

GET /v1/revision/516910/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": 1109320,
            "phid": "PHID-DIFF-g5cetttdvfgyvajjv43o",
            "review_task_id": "XdNLUkshT7qtqTCZY3faCw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "295f4b397a318d406a67d1de33659189e4af6b5a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109320/issues/?format=api"
        }
    ]
}