Manages diffs in a revision (allow creation)

GET /v1/revision/406883/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 952845,
            "phid": "PHID-DIFF-v6m3t2w2tn7yjpt4z2w6",
            "review_task_id": "J5021PFIRm61W7oNrcLhyQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3829913ef067fdc9cdaae6daa801e0b0360d358f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952845/issues/?format=api"
        },
        {
            "id": 953079,
            "phid": "PHID-DIFF-f3sfixatnvpknkvlocl2",
            "review_task_id": "JKNXe8TwQkiQ4VSppKGSoQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7cee8918542f46ac94b08361eaebba011ab6b609",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953079/issues/?format=api"
        }
    ]
}