Manages diffs in a revision (allow creation)

GET /v1/revision/475834/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": 1039613,
            "phid": "PHID-DIFF-piqq3hfg5wfh2mo2mvgg",
            "review_task_id": "XoKuavRVRNu3rnGjIxFHUA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d94fd559a5dd81ab9c0a7fd17e9dc3d194cd94c6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039613/issues/?format=api"
        },
        {
            "id": 1041251,
            "phid": "PHID-DIFF-ud26z3z53fstc3c6sh3g",
            "review_task_id": "cl8iHZV-TBqYeHNRLzwTng",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "331efd00a4b6c8c5d6bea2c2ac7c829c479294ad",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1041251/issues/?format=api"
        }
    ]
}