Manages diffs in a revision (allow creation)

GET /v1/revision/488071/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": 1074904,
            "phid": "PHID-DIFF-qa3m55f7ozr2usjl6eew",
            "review_task_id": "VgwjrhbnTvO_0FrLBoFNHg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9a99196c34151f7231511dfa36db6c0a1013caf5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1074904/issues/?format=api"
        }
    ]
}