Manages diffs in a revision (allow creation)

GET /v1/revision/521064/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": 1111920,
            "phid": "PHID-DIFF-ozsvptp4ttvadu4jqhrw",
            "review_task_id": "bOnEolr1Tb6Ki0SqJgYH4A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "335b15f90e665f01e13c826e395ef9777b33318c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111920/issues/?format=api"
        }
    ]
}