Manages diffs in a revision (allow creation)

GET /v1/revision/492453/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": 1079747,
            "phid": "PHID-DIFF-t5zjzxctq6wk2b5sjmz2",
            "review_task_id": "b1EutHkFQt2V9y7JXzLgBQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "41271264514e00492c1b10bd9b05c933049965aa",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079747/issues/?format=api"
        }
    ]
}