Manages diffs in a revision (allow creation)

GET /v1/revision/396516/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": 945043,
            "phid": "PHID-DIFF-vybzuao3veklegaer5aq",
            "review_task_id": "epCNspKkQpedENAULTP42w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f59e6f4fb3dd678a96f8a172fdd89c3a9c315cc7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945043/issues/?format=api"
        }
    ]
}