Manages diffs in a revision (allow creation)

GET /v1/revision/493345/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": 1080891,
            "phid": "PHID-DIFF-u7725czes5f2hfemhrfh",
            "review_task_id": "ITKUtE28SGy4wPJbr4e0tw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "47680a75af2d4db32d2ae7c5d7a01b481262f3d1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080891/issues/?format=api"
        },
        {
            "id": 1105137,
            "phid": "PHID-DIFF-zqbxonsd7vgmcqcn5eje",
            "review_task_id": "E1jqi2PzScuyPIQo22Ud_A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "01370e7ff40b86f41f583c4e67d093101169136c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105137/issues/?format=api"
        },
        {
            "id": 1107551,
            "phid": "PHID-DIFF-iyhgq6r3pjmwhnynevoj",
            "review_task_id": "MnYZFBkoRk6-2H9j3CrdIg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "8a48080b0da5f205da28b457ef416dcf6825443a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1107551/issues/?format=api"
        }
    ]
}