Manages diffs in a revision (allow creation)

GET /v1/revision/491375/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1078625,
            "phid": "PHID-DIFF-aakrgihqgerl3utxsf25",
            "review_task_id": "ZRaFerp_SoSuh1lQOh-4hw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "443e0edce29369080861d02cba398f1b976c48c4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078625/issues/?format=api"
        },
        {
            "id": 1079093,
            "phid": "PHID-DIFF-yhefgwhascn3bu7gex2w",
            "review_task_id": "eHJ9DwaXSR62bTamslXjqw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7c813fe270d5321d0e5be11c6f85b9de2d5bcbbe",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079093/issues/?format=api"
        },
        {
            "id": 1079821,
            "phid": "PHID-DIFF-xxcrc44ndu5kd2dmxho6",
            "review_task_id": "A4bXnpPwSCienI2YE5oGaw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f58b81afa9189d120e4c6fefab59d79847c63919",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079821/issues/?format=api"
        }
    ]
}