Manages diffs in a revision (allow creation)

GET /v1/revision/492778/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": 1080164,
            "phid": "PHID-DIFF-qhrvoqfyuxm4binzem4n",
            "review_task_id": "dIPyZY-6Q7OqKVJAIC-gLw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cac268cc596dbf52e4cb94bf12dec950f27c5e7a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080164/issues/?format=api"
        },
        {
            "id": 1080172,
            "phid": "PHID-DIFF-or7e7pyo7pkdwig2gjvh",
            "review_task_id": "JwqUEn8ARm6oCsCbzxsiPg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1c2163d7561877ef2d775990f8a2f4a0a27bfbe4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080172/issues/?format=api"
        },
        {
            "id": 1080938,
            "phid": "PHID-DIFF-ukamqzylev2vtb2h7zwf",
            "review_task_id": "ABm41JntSZO5ph2oG82ZwQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8249349c540d5e9f2815d95bffe7166a312a47d3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080938/issues/?format=api"
        }
    ]
}