Manages diffs in a revision (allow creation)

GET /v1/revision/512556/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": 1105644,
            "phid": "PHID-DIFF-zddg4tl4a43tj6wcrw33",
            "review_task_id": "VaxfbzUrTta2nStYLhf9LA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5b345f03a8c0eb12baf071e4ad08abe6746da9a0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105644/issues/?format=api"
        },
        {
            "id": 1105646,
            "phid": "PHID-DIFF-bepuyjdshpbypdda4l2z",
            "review_task_id": "BAGc2ArbQNyP7oT4oJRTKg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c0a7b35145996e66e062ff2897ac88f2de8939b9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105646/issues/?format=api"
        }
    ]
}