Manages diffs in a revision (allow creation)

GET /v1/revision/391357/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": 940142,
            "phid": "PHID-DIFF-uxpdc6wzoxaap62tumok",
            "review_task_id": "I5alhoehQ-6klurgA6k1tg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "338faf7ea7a5dd7853c578e15da42c5b87b90524",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940142/issues/?format=api"
        }
    ]
}