Manages diffs in a revision (allow creation)

GET /v1/revision/404887/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": 951276,
            "phid": "PHID-DIFF-eq33liuhyyele4hnke4w",
            "review_task_id": "ZqY10bJgQo6aJA2cDv9PEg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "aaea978538465f872946657b075d07da5f5cf7e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951276/issues/?format=api"
        },
        {
            "id": 951909,
            "phid": "PHID-DIFF-ajh6wx6s2l455n4253cu",
            "review_task_id": "FfqkguOkRyC5f7p5DtGL-A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "854c08f5d258e9db677e495d4f61b51a2d07e88d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951909/issues/?format=api"
        },
        {
            "id": 954496,
            "phid": "PHID-DIFF-bszit5hqh5kylxojfje6",
            "review_task_id": "OxWUuYUoTUuyNi7r2c69Iw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ebc6793943905891d6f586f4f8cfaeb2846c53a3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954496/issues/?format=api"
        }
    ]
}