Manages diffs in a revision (allow creation)

GET /v1/revision/408153/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": 953208,
            "phid": "PHID-DIFF-a4r572j6xr5gsjrxtzu4",
            "review_task_id": "KrbeT0LVQb6r-nUGR8lTkA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5f8ef9e5ff82db92b246d66614b39e517d9e5041",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953208/issues/?format=api"
        }
    ]
}