Manages diffs in a revision (allow creation)

GET /v1/revision/389329/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": 938986,
            "phid": "PHID-DIFF-fx6itm2begvrcznjk2nr",
            "review_task_id": "BVG2zPVOSX6E99jNdR2vKw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0754554f8464de0c47c6fee44c19e834cd5c1237",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938986/issues/?format=api"
        }
    ]
}