Manages diffs in a revision (allow creation)

GET /v1/revision/389213/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": 938824,
            "phid": "PHID-DIFF-j236iwm4tngv4tqgn5fq",
            "review_task_id": "MxrdInPHQMSVNAkDxRtinQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e00df80b5193c69cc40f4a873cb98e95d6f696e6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938824/issues/?format=api"
        }
    ]
}