Manages diffs in a revision (allow creation)

GET /v1/revision/400520/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 947637,
            "phid": "PHID-DIFF-i6k7ck3eg6522u2n746y",
            "review_task_id": "IeUB5f7gRJmlOfULLS9SlQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fdf5b80dfbd426bdb270415a95eb1fbb477fc34b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947637/issues/?format=api"
        },
        {
            "id": 951951,
            "phid": "PHID-DIFF-kpmqm3qmml5datoh5hoc",
            "review_task_id": "V8va9ooURLqSBwcHTB-YlA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "327bd4a781ddad171c855e05177ce198ab0b43e5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951951/issues/?format=api"
        },
        {
            "id": 953294,
            "phid": "PHID-DIFF-7voqal74dngvql4jrtdz",
            "review_task_id": "Px1NV69QQXyuQs9TuhPMUQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0e6cedee35f7f61a7e437d6d4b59fe6ed0402484",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953294/issues/?format=api"
        }
    ]
}