Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1077337,
            "phid": "PHID-DIFF-omvctply5jzxm6jhocnu",
            "review_task_id": "We9vyGgpSI2DeNvxKR5PMg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "78866277aa50b57060e5af953b81583c7be3e89c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077337/issues/?format=api"
        },
        {
            "id": 1077884,
            "phid": "PHID-DIFF-4pt42x6ufx3p2klwzcet",
            "review_task_id": "ME0DPORyQyOqK8YtNYkUsg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6542857d7d30398b80b0e11caf464292a5f79da9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077884/issues/?format=api"
        },
        {
            "id": 1078357,
            "phid": "PHID-DIFF-t4d7jvf66jcol47jdpfn",
            "review_task_id": "T6xZSvbXTGWcf5Wc0ytclg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8fcc5ab4e7a3c700ccfa956030ea052db1ca077a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078357/issues/?format=api"
        }
    ]
}