Manages diffs in a revision (allow creation)

GET /v1/revision/477280/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": 1052092,
            "phid": "PHID-DIFF-gqwnbzmmhdccyrbxh3v6",
            "review_task_id": "bO9VdZDvTKy0KZxh4NoedQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3d6f4076bb7f40a5a02afbcb4bafd44bb90cbcfb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052092/issues/?format=api"
        },
        {
            "id": 1053847,
            "phid": "PHID-DIFF-63wtm2l3d6kldvwtgwax",
            "review_task_id": "ISTh5aqURVSKMPQRqsMPrA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "52904aa12966292ce1aa7b09610f37fcc31a21f3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053847/issues/?format=api"
        }
    ]
}