Manages diffs in a revision (allow creation)

GET /v1/revision/489962/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": 1077277,
            "phid": "PHID-DIFF-d22woavttzq5y225qnwj",
            "review_task_id": "EBe4pq_SR8GWrkxh97nMjA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0fe6efcd85ac4ba7c95af80125b65fda3aec496c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077277/issues/?format=api"
        }
    ]
}