Manages diffs in a revision (allow creation)

GET /v1/revision/478290/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": 1057687,
            "phid": "PHID-DIFF-viy2mbeqfcly7yntn3lj",
            "review_task_id": "Wb4p3-ziQUG6nZf5rp3xew",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b97121241f9f4564f4a4c18ec9a901d5e66d51dc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057687/issues/?format=api"
        },
        {
            "id": 1057883,
            "phid": "PHID-DIFF-hbw3bexqa3cxsvq2kngb",
            "review_task_id": "Jxlnw_4RSuK91al5gA42HA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7107ca269058b9723125598bacf0840d4a2d26eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057883/issues/?format=api"
        }
    ]
}