Manages diffs in a revision (allow creation)

GET /v1/revision/477198/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": 1051618,
            "phid": "PHID-DIFF-i764odkqzbn5ibvlclp2",
            "review_task_id": "By9NzEoHRPi89XzG6Rt-iw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7169b8a574e36817fb35d3e8a37c9334797cc3da",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051618/issues/?format=api"
        },
        {
            "id": 1052470,
            "phid": "PHID-DIFF-q7r6b7whwgxyaxu66rbh",
            "review_task_id": "YkZk1EW0SLWl530Jpe4AUw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "55dc33a5b97711f06c627c36eaa500bf539372ae",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052470/issues/?format=api"
        }
    ]
}