Manages diffs in a revision (allow creation)

GET /v1/revision/407154/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": 952943,
            "phid": "PHID-DIFF-ufkdi6e4r4ftkvkr7ebr",
            "review_task_id": "Ypk2FrzhRyaF5BgswNZyhQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bf4b1a9fa9e4aa0165504bda366e53dd0d380c41",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952943/issues/?format=api"
        },
        {
            "id": 954836,
            "phid": "PHID-DIFF-5x66mrfwnkhkhdtfe7u6",
            "review_task_id": "JH-eaGlDQROuAZrK7zMwdw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "975bc12879e601581419aa716ed9dd82a1737878",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954836/issues/?format=api"
        }
    ]
}