Manages diffs in a revision (allow creation)

GET /v1/revision/404247/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": 950997,
            "phid": "PHID-DIFF-hnp2wm5l7qiq7gvnph2b",
            "review_task_id": "ZjhnvthPR5iwsEAqe7nbhQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9ce05aa061b5b329e991db772d905d530b3f7602",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950997/issues/?format=api"
        }
    ]
}