Manages diffs in a revision (allow creation)

GET /v1/revision/414421/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": 959047,
            "phid": "PHID-DIFF-xqmsyardg5aiq3sjkgdv",
            "review_task_id": "EkwLZ4O1Si6CSCxcTe4Gsw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "71f81652c9cd1f2bd62f70a0b0deba1afbdf2a3c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959047/issues/?format=api"
        }
    ]
}