Manages diffs in a revision (allow creation)

GET /v1/revision/520023/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": 1111070,
            "phid": "PHID-DIFF-tlkepdik7xlk5q6f43yb",
            "review_task_id": "XgAVbmgcRvi0L4DdGVGHuw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a903f39a4b9820217ec05bc9896ce253c1a6bdb8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111070/issues/?format=api"
        },
        {
            "id": 1117964,
            "phid": "PHID-DIFF-be32xmaw5iwhlrv74pfx",
            "review_task_id": "bRomJRvWSe-KZMFfXUfwSQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "164ea8afc8d339c802e3c946fc77d9aeaa86ea3f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1117964/issues/?format=api"
        }
    ]
}