Manages diffs in a revision (allow creation)

GET /v1/revision/474499/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": 1029858,
            "phid": "PHID-DIFF-ocjrubghezfhbb5xmy4c",
            "review_task_id": "TlkvprYcQOyYrFWxn7wjhw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0a45d4b94473b01aa16c108f5d04ea08e35cfccc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029858/issues/?format=api"
        }
    ]
}