Manages diffs in a revision (allow creation)

GET /v1/revision/506929/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": 1101065,
            "phid": "PHID-DIFF-aixczlhbdt7xun6qchpi",
            "review_task_id": "DRwopmRoTM-LyVtDioXRXg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "18cd93f32a65b53c4db4483b0f7b40cad2726e60",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1101065/issues/?format=api"
        }
    ]
}