Manages diffs in a revision (allow creation)

GET /v1/revision/492258/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": 1079498,
            "phid": "PHID-DIFF-47vr47effzzpnxhiypgi",
            "review_task_id": "M9PHdGO_Ty6xTVHHlJcJLg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9d8ae288f2a4bf2b4f7d8961232952bd2b4fd0fe",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079498/issues/?format=api"
        },
        {
            "id": 1079785,
            "phid": "PHID-DIFF-dgi2twnmmyll3gagivuz",
            "review_task_id": "UoZknboXTWWm3ZbRVlwzYA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "848e52b92546902d36d1d15c147345e32787e0ee",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079785/issues/?format=api"
        },
        {
            "id": 1079827,
            "phid": "PHID-DIFF-vwkxdmukganxjvlcffwq",
            "review_task_id": "N7nAe7ESRr6LkOqhvDt0ZQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b7a239998de3b1400e99035f833b09c1489c7a46",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079827/issues/?format=api"
        }
    ]
}