Manages diffs in a revision (allow creation)

GET /v1/revision/393604/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": 942454,
            "phid": "PHID-DIFF-fpxkorxekn6naqa75zf6",
            "review_task_id": "OyLpYx3hSGm3nJSDey3BRw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "11c4badec23deb9919016e77e2e2b9d7288da7ba",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942454/issues/?format=api"
        },
        {
            "id": 942855,
            "phid": "PHID-DIFF-tyjub3xh2wfejb7cfszo",
            "review_task_id": "RRJKPam7TnKb-CY8x7fAaQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "84f70e6579f202d25412dc987a5b2b2a26d8e777",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942855/issues/?format=api"
        }
    ]
}