Manages diffs in a revision (allow creation)

GET /v1/revision/480816/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": 1064393,
            "phid": "PHID-DIFF-kzdayez4jgqrbhgqca7t",
            "review_task_id": "AxaFBkZRSVSwJgYaeBKbsw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "acf344f1cefc249eea18c832834e66d37ef83e47",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1064393/issues/?format=api"
        }
    ]
}