Manages diffs in a revision (allow creation)

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