Manages diffs in a revision (allow creation)

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