Manages diffs in a revision (allow creation)

GET /v1/revision/393743/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": 942597,
            "phid": "PHID-DIFF-doc6johfle27pbqnx4a4",
            "review_task_id": "egeJ3sG2RRKQgtiuRU7mog",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "56f9422adf9a6638b483692f6c9b670ca17df88d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942597/issues/?format=api"
        }
    ]
}