Manages diffs in a revision (allow creation)

GET /v1/revision/491346/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": 1078576,
            "phid": "PHID-DIFF-phwm4o7afk6fks6wcmby",
            "review_task_id": "TGmsT4CORyWGSEA_yfZ_SQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "563fde3a5724418fdf9c0e3f32b333e704f6e757",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078576/issues/?format=api"
        },
        {
            "id": 1089234,
            "phid": "PHID-DIFF-zv43qx4xkgysckb3derj",
            "review_task_id": "ef3mdpnAR--nsZ7jwyfuLQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "892aab249b8f33b97c7091f5e6334d6f8ce67e6d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1089234/issues/?format=api"
        },
        {
            "id": 1089325,
            "phid": "PHID-DIFF-mc6auhueu4repeuvbfux",
            "review_task_id": "DVfhD6cORMusSFUUjSXm-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5aba641b03a69e9bbd165301873a4edb0217eeec",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1089325/issues/?format=api"
        }
    ]
}