Manages diffs in a revision (allow creation)

GET /v1/revision/400433/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": 947039,
            "phid": "PHID-DIFF-4szgskpnda5kn3cdo2hy",
            "review_task_id": "B8F2_au-Q7u3kCgUQi3wCw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6a12fe7a1200fc51593f63ab674179ed8409157d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947039/issues/?format=api"
        }
    ]
}