Manages diffs in a revision (allow creation)

GET /v1/revision/520305/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": 1111248,
            "phid": "PHID-DIFF-mojgryptnccwtweoussy",
            "review_task_id": "UtcDHTujQN-fFlWHGIBMhg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3d71a1e6b1828767fcf8583d70cc4d407f84405d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111248/issues/?format=api"
        }
    ]
}