Manages diffs in a revision (allow creation)

GET /v1/revision/506651/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": 1100833,
            "phid": "PHID-DIFF-hplnx7tbtypkxw4ibpry",
            "review_task_id": "I-4ygTo-R--IiiWZh39YVw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "503272cde38d83e88dc6bb4fca6b53a0a4aae8a6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1100833/issues/?format=api"
        }
    ]
}