Manages diffs in a revision (allow creation)

GET /v1/revision/410500/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": 955145,
            "phid": "PHID-DIFF-je3zcp3k3fasdd7zsvmc",
            "review_task_id": "ZxihdLM6Ra-9QXu_cGKLIg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ea35254c6c62a474f3c1ff44997380ac41d96e3f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955145/issues/?format=api"
        },
        {
            "id": 956435,
            "phid": "PHID-DIFF-4eyu6c7wbgkp2unogxnn",
            "review_task_id": "QCkzYg3PS8qWXZXl3o-xdQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "27764b9052e9c20790d13ba1f9596ef342fc7288",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956435/issues/?format=api"
        }
    ]
}