Manages diffs in a revision (allow creation)

GET /v1/revision/417293/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": 960872,
            "phid": "PHID-DIFF-qxepnytfppvelc4gxpjb",
            "review_task_id": "EjhtFwePQa28p_mGB3DniQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "03b933fbc9746ebb77d40cdefe9571c53e072a61",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960872/issues/?format=api"
        }
    ]
}