Manages diffs in a revision (allow creation)

GET /v1/revision/495456/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1086065,
            "phid": "PHID-DIFF-j4ocqvgj2cyrptfojiw7",
            "review_task_id": "G1OGNljgRlWcwED2VtsaLQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bdc7fcc938d781f8f1ddddcdca080e7c7b9a424e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086065/issues/?format=api"
        }
    ]
}