Manages diffs in a revision (allow creation)

GET /v1/revision/521344/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": 1112189,
            "phid": "PHID-DIFF-lxkf5sh5lfqy3okq24kx",
            "review_task_id": "DQSp0TFqRPKnPRX29w65xg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "11d58e8fdd30022fe4d9bbe15099daa273657a98",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112189/issues/?format=api"
        }
    ]
}