Manages diffs in a revision (allow creation)

GET /v1/revision/404867/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": 951257,
            "phid": "PHID-DIFF-bicc5n4m23ygwmlp5yxs",
            "review_task_id": "BRQPfLxTTAqm7rPYB5m8IQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "eb2238402352a8aad1617048411fab5d0c8c7984",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951257/issues/?format=api"
        },
        {
            "id": 998971,
            "phid": "PHID-DIFF-7x7bawuzknorp7ed2a6m",
            "review_task_id": "aIz5VVfFQOGHCt9lg9jelQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e0972dec0fcc91022485f6cf2f47c2a912c61c28",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/998971/issues/?format=api"
        }
    ]
}