Manages diffs in a revision (allow creation)

GET /v1/revision/520203/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": 1111195,
            "phid": "PHID-DIFF-m44ou3vcsytzoemnwqjo",
            "review_task_id": "fzYtSW28QBaT-l5eAGgeyQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "0725a9cc4ea0b1199cc8994d23b5891d63da7476",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111195/issues/?format=api"
        },
        {
            "id": 1111370,
            "phid": "PHID-DIFF-q3ytlhxccespskufjbow",
            "review_task_id": "S09QUyVBR56Zex26V-FoKQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "28b4b090fc2d97c738b0e80680f475b37dbea784",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111370/issues/?format=api"
        },
        {
            "id": 1111412,
            "phid": "PHID-DIFF-2udxwezguronolg6ggvx",
            "review_task_id": "N-1jeFoHSyWkMYmYkIqpsQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9b467ce63e97b6e30a3fc150235472f9a9d33666",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111412/issues/?format=api"
        }
    ]
}