Manages diffs in a revision (allow creation)

GET /v1/revision/512422/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": 1105543,
            "phid": "PHID-DIFF-2wmabwkzd5of34hl6dml",
            "review_task_id": "aS7B_-9VSPiMRNBqAVUGRQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "10aeca55ace1590d90181e0b610054381f8b9fe9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105543/issues/?format=api"
        }
    ]
}