Manages diffs in a revision (allow creation)

GET /v1/revision/477032/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": 1050609,
            "phid": "PHID-DIFF-gk3fcfjo5syoxxp6punv",
            "review_task_id": "Oxz-TDfaQqmdrEayjKZjOg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7b98bacf850756ffd968df26d5adee296962fa0b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050609/issues/?format=api"
        },
        {
            "id": 1051562,
            "phid": "PHID-DIFF-dwpupyfg6gkyh56nxgno",
            "review_task_id": "fEj4o2sZT5mc0PeIOgE_Lg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3c71286e8c5d8091556a095e682adc73f86b5e71",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051562/issues/?format=api"
        }
    ]
}