Manages diffs in a revision (allow creation)

GET /v1/revision/383397/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": 935509,
            "phid": "PHID-DIFF-t2lakoxifu3jqzi7znoe",
            "review_task_id": "TEBtbQsVQvaTOo-20aYzTA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e6d214beed3482bad0f2fca944257617487b8cde",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935509/issues/?format=api"
        }
    ]
}