Manages diffs in a revision (allow creation)

GET /v1/revision/393619/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": 942481,
            "phid": "PHID-DIFF-4z52jhplkxjmvr4d47ed",
            "review_task_id": "AKzE5OWkSP2NGtHEY8iYHA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "afd70d37967374811afafcc57102651fdf8d30e1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942481/issues/?format=api"
        }
    ]
}