Manages diffs in a revision (allow creation)

GET /v1/revision/400407/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": 947031,
            "phid": "PHID-DIFF-kr6epu4gj7owibjvep6w",
            "review_task_id": "f4WlB0UxTf2M7LmiqNtT9Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a6696e86ebe26fa8656b2be4dd015fb8fdf4ba1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947031/issues/?format=api"
        }
    ]
}