Manages diffs in a revision (allow creation)

GET /v1/revision/516716/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": 1109177,
            "phid": "PHID-DIFF-ved4ccy22ix7txzuaihn",
            "review_task_id": "bqLgUfjmRn20MKZpvctwqw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6dcd81b23aec2b211e557698d3fd6c5258493163",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109177/issues/?format=api"
        }
    ]
}