Manages diffs in a revision (allow creation)

GET /v1/revision/475805/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": 1039335,
            "phid": "PHID-DIFF-uvp5vczaaegs2yzshqmg",
            "review_task_id": "W5_uQhSvQkutiK6ltYYhLg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "594cf963bb38c42e4031fde63e1f6811de448017",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039335/issues/?format=api"
        },
        {
            "id": 1039336,
            "phid": "PHID-DIFF-gsgsubahllvngaiidmlh",
            "review_task_id": "X6RtvybJQg6pvGhBm3a8Bw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "bf19ddd22b7b96887e3721de0fb4d39bea564fe7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039336/issues/?format=api"
        }
    ]
}