Manages diffs in a revision (allow creation)

GET /v1/revision/474652/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": 1030856,
            "phid": "PHID-DIFF-goizpx67i3yy53xsomb7",
            "review_task_id": "bhTh0lg5TqKNVw-9oIYbzA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e796be5e60ff95196950ddc7327fa36388db7fcf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1030856/issues/?format=api"
        }
    ]
}