Manages diffs in a revision (allow creation)

GET /v1/revision/507278/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": 1101572,
            "phid": "PHID-DIFF-4dixah76g2qmyhlx4ynh",
            "review_task_id": "YcNmgk1GQCig7xBEultFtg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "61f320d4df681befd15fa18e33ac8f3e2dd920f7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1101572/issues/?format=api"
        }
    ]
}