Manages diffs in a revision (allow creation)

GET /v1/revision/383911/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": 935762,
            "phid": "PHID-DIFF-qmvazttf7bpht22ffesr",
            "review_task_id": "MwC9U_nqTeWBkW-dKgJErA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1e7140111cca714e933f71e6a859c6d8bc98e117",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935762/issues/?format=api"
        }
    ]
}