Manages diffs in a revision (allow creation)

GET /v1/revision/385983/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": 936618,
            "phid": "PHID-DIFF-ljn6ol6axy4d6lflztov",
            "review_task_id": "S8tkV37oR1eDzcpqSHa5KA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1b11a0aa5a3cf5eb6d578b4f0f495d1a99e109e8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936618/issues/?format=api"
        }
    ]
}