Manages diffs in a revision (allow creation)

GET /v1/revision/492792/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": 1080197,
            "phid": "PHID-DIFF-n2gwu2nfnwndgxk2qwod",
            "review_task_id": "NR4lzLp2SmCSqIRpHUqZfA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a0456f24d15b0efc07cf3255a6bc257a5093ff0b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080197/issues/?format=api"
        },
        {
            "id": 1089378,
            "phid": "PHID-DIFF-3k2f4rnusulztgeljtdy",
            "review_task_id": "GSMC82yuQxOIFTvZD91j_A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f62200386a5822135cd9f5858dac06763222dcdc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1089378/issues/?format=api"
        }
    ]
}