Manages diffs in a revision (allow creation)

GET /v1/revision/475797/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": 1039274,
            "phid": "PHID-DIFF-7dwkjxwifoj54thag4yq",
            "review_task_id": "SbTlC792Tw2RAROr8-5PpA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c8d2475af2b7070e4d67033c7694c8c267b9f9ef",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039274/issues/?format=api"
        }
    ]
}