Manages diffs in a revision (allow creation)

GET /v1/revision/407554/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": 953061,
            "phid": "PHID-DIFF-hhhfp6j3ts7fkwxl34ui",
            "review_task_id": "cLOVwnCyRG6kQ10EG3AZVg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2a8019ae9f04fde226bf465f96ce3e8af7a08537",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953061/issues/?format=api"
        }
    ]
}