Manages diffs in a revision (allow creation)

GET /v1/revision/497784/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1088676,
            "phid": "PHID-DIFF-5h4tgxdqmozrectyr7sl",
            "review_task_id": "ElvD-n1nSb-_VFLrKvIyzg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5a12e6306655e9e2fd3cfbc9cf3c856a7f414690",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088676/issues/?format=api"
        },
        {
            "id": 1088708,
            "phid": "PHID-DIFF-uo64mjbgfjwsxzst6zcu",
            "review_task_id": "M9k3CzmKRg2JlwYInW4pgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6a2c24ddfa0d1c9324e1cf91d66c3c23906ea401",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088708/issues/?format=api"
        }
    ]
}