Manages diffs in a revision (allow creation)

GET /v1/revision/511013/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": 1104455,
            "phid": "PHID-DIFF-4wn52olmqbrjluluj7ct",
            "review_task_id": "A0-FOkywT_GowWmcxUiBog",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fae8a11e1add8af3d2090b18fec1ac13028e56d6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104455/issues/?format=api"
        },
        {
            "id": 1108091,
            "phid": "PHID-DIFF-se2qtm4uyeki72rifxpv",
            "review_task_id": "f06I-VpFSnugL84pGLiNqA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "de97d9826b0e163f626ab732969bf39676b4a42b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108091/issues/?format=api"
        },
        {
            "id": 1108103,
            "phid": "PHID-DIFF-wz7fqhvbsa6yw7ux5q2u",
            "review_task_id": "eKp63BBfRZakVRJGL58SaA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "41d1b545c8c2570916404ee1d036cb8b50404b00",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108103/issues/?format=api"
        }
    ]
}