Manages diffs in a revision (allow creation)

GET /v1/revision/383679/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": 935644,
            "phid": "PHID-DIFF-akeqqb2tbcezwirbwnga",
            "review_task_id": "HX7C7RINQ8CDRImuaeyG6g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "47613b09cd4f0cb32d7c4ab954cb2fd18e452476",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935644/issues/?format=api"
        },
        {
            "id": 935645,
            "phid": "PHID-DIFF-5qr476xakbvjciqazzv7",
            "review_task_id": "PfCUrynsRFaa082G5GVsTg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "15c164952c7dfc2b219e49deb8c256a7322fa6ad",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935645/issues/?format=api"
        }
    ]
}