Manages diffs in a revision (allow creation)

GET /v1/revision/517178/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": 1109639,
            "phid": "PHID-DIFF-f3knizxngdkpppolpdr3",
            "review_task_id": "JpcVyKM6Q_2wWoXF6U_hZw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6834f4849d0fb4ae907f253ed15e928dcbb8f3f2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109639/issues/?format=api"
        }
    ]
}