Manages diffs in a revision (allow creation)

GET /v1/revision/495906/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": 1086575,
            "phid": "PHID-DIFF-ahhr5ow3lguwbdzqx5jm",
            "review_task_id": "JuLlE9ZGSgWtuJd6u6W0jQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8a895b9878393ee86cae9436e516786dc4d42d53",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086575/issues/?format=api"
        },
        {
            "id": 1087454,
            "phid": "PHID-DIFF-to5s7fwa4j5oyh4dyjoi",
            "review_task_id": "fVsw2CpgRSeCi7rvAl0h5g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fa0585716791e285a6fed4224fa0b627da3ef06e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087454/issues/?format=api"
        }
    ]
}