Manages diffs in a revision (allow creation)

GET /v1/revision/486834/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": 1074389,
            "phid": "PHID-DIFF-pwbqhkgk5pwahurg7iwf",
            "review_task_id": "XqBOEkTWRaO-D92H3nAfNw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "da6b9bb0c1acdd2de72d86345502dd0b69fbb9c0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1074389/issues/?format=api"
        }
    ]
}