Manages diffs in a revision (allow creation)

GET /v1/revision/394555/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": 943141,
            "phid": "PHID-DIFF-glvip6upmpscze25xgpe",
            "review_task_id": "LnExhBQLSSejBEdbSp-UnQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ac82a3be4c3deac4850bc9355469157b47439dd9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943141/issues/?format=api"
        }
    ]
}