Manages diffs in a revision (allow creation)

GET /v1/revision/409425/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": 954174,
            "phid": "PHID-DIFF-x2k3hi7wetfecyn4pzgk",
            "review_task_id": "Dcmo0GNIRHaJJ1F1ucpCWw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "85bccee500c5daa9046411382456c619bb30ea87",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954174/issues/?format=api"
        },
        {
            "id": 960652,
            "phid": "PHID-DIFF-l5hoxrtp7moc2zfux6yz",
            "review_task_id": "Jcl_twv9RmCYSh85ex6kgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "198da53e7ddbd2db6eb5bed7d1a22b54d676895b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960652/issues/?format=api"
        }
    ]
}