Manages diffs in a revision (allow creation)

GET /v1/revision/385464/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": 936136,
            "phid": "PHID-DIFF-wc4ynn4c6dsost4z7cdc",
            "review_task_id": "XHUbZaDnRIi6m-sCmnaJjQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c24bf4d0409794d9d388f1f8168cba0a161d16eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936136/issues/?format=api"
        }
    ]
}