Manages diffs in a revision (allow creation)

GET /v1/revision/414442/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": 959112,
            "phid": "PHID-DIFF-wtecbuzue6a7kjzfbywz",
            "review_task_id": "K4XeLiWTSFKnQHGlkA6oOg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bf4394755634af9440938bd452f4dd7e968ba80d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959112/issues/?format=api"
        },
        {
            "id": 959127,
            "phid": "PHID-DIFF-panfml4zxggibdufbrjp",
            "review_task_id": "JBf9F81pSIuEVxUS8ZS_cA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "789c1f02afaec685ff274dc7d30cc4cb3d3085ed",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959127/issues/?format=api"
        }
    ]
}