Manages diffs in a revision (allow creation)

GET /v1/revision/396448/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": 944758,
            "phid": "PHID-DIFF-yppggwd6sglaemwvsu32",
            "review_task_id": "DtldWBVLTrKe8wTCMdD42g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0258d919b919e5628542a80d44affb25863f8837",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/944758/issues/?format=api"
        }
    ]
}