Manages diffs in a revision (allow creation)

GET /v1/revision/392872/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": 941680,
            "phid": "PHID-DIFF-5mraqrgjaf26uxtebt7p",
            "review_task_id": "FZaIpwTASIqrqDDtU4YqYw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0afbe34f0886b3b7cdca4c4feed32ab7fe012d46",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941680/issues/?format=api"
        }
    ]
}