Manages diffs in a revision (allow creation)

GET /v1/revision/384020/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": 935804,
            "phid": "PHID-DIFF-bqwhvnfztccxxhcnxo2m",
            "review_task_id": "SufjsM1KSbyFWAdwOnvW8A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "51017ce0fe52fa57a0b868bf7a9b5b6b11f56760",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935804/issues/?format=api"
        }
    ]
}