Manages diffs in a revision (allow creation)

GET /v1/revision/412307/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": 956771,
            "phid": "PHID-DIFF-vd5lrvfy7slepj3ovewp",
            "review_task_id": "BAIw5K90QVaMG-WRlmzPJw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a08b14aca7be95d87e271053186b8eea10ec5d2f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956771/issues/?format=api"
        },
        {
            "id": 957383,
            "phid": "PHID-DIFF-l4at36lhtf62p2kxlidi",
            "review_task_id": "ACyj35rLQOCPHQ4qJeroJA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "19f776e4075edb9e6635d3d817d4fed3009e72ea",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957383/issues/?format=api"
        }
    ]
}