Manages diffs in a revision (allow creation)

GET /v1/revision/386583/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": 937080,
            "phid": "PHID-DIFF-22hylze3x323ctt6tvrm",
            "review_task_id": "dQHamtKIQtqXEwqI_KI_ow",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ab0d1729a906eb46571edbfedcfffa9ed10efc7d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937080/issues/?format=api"
        },
        {
            "id": 937099,
            "phid": "PHID-DIFF-5e23n36wvotr2zjkeqjy",
            "review_task_id": "LyNWfxMDQ2qcolQlkWJMmg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6d2e98e67ea8d4720e2d0f9fe4a4771d2d477b1d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937099/issues/?format=api"
        }
    ]
}