Manages diffs in a revision (allow creation)

GET /v1/revision/387091/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": 937453,
            "phid": "PHID-DIFF-5e7u2bev4a4xrz5pxg7r",
            "review_task_id": "YcheZ1ALQ92voH0J9G2uHQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bdf02bfbc109559276f1c9395ce7b5e16762dc38",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937453/issues/?format=api"
        }
    ]
}