Manages diffs in a revision (allow creation)

GET /v1/revision/485217/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": 1072334,
            "phid": "PHID-DIFF-z6m67dpqe6rd5joh7ter",
            "review_task_id": "G6fW-mMbQNqRWEMyDmbDQg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "516ce71c0a304a277c35f94306b324b89b4aa549",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1072334/issues/?format=api"
        }
    ]
}