Manages diffs in a revision (allow creation)

GET /v1/revision/495507/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": 1086124,
            "phid": "PHID-DIFF-tfbgedjthc24rd6yaus6",
            "review_task_id": "F5w9voN8QT-0Z44P1MnsOg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b55db20163eced82510961519ad04d32aa7a071e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086124/issues/?format=api"
        },
        {
            "id": 1086151,
            "phid": "PHID-DIFF-ejndfmbs4qkhvpzlw5im",
            "review_task_id": "eNm5YPauQrOhhc7hexE9Rg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b99d5a2b2f0568da76f3f7af00b7d8ffd8943d3c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086151/issues/?format=api"
        }
    ]
}