Manages diffs in a revision (allow creation)

GET /v1/revision/483598/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": 1066966,
            "phid": "PHID-DIFF-5pbulduiwgt26lyzzoiw",
            "review_task_id": "bDTmyD6TQ-a9tugLpBm8aw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "77d27c3705d9ca3c5d9814b12a5a232a17abb8e1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066966/issues/?format=api"
        },
        {
            "id": 1066967,
            "phid": "PHID-DIFF-csb6xg4vstudftxj34dy",
            "review_task_id": "TcYNnBjET5W8x81ZqFIqeQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7a58c09c7efa47ba26ff134830447ead221264c4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066967/issues/?format=api"
        },
        {
            "id": 1067107,
            "phid": "PHID-DIFF-72taxgehgbk3vl6wgcya",
            "review_task_id": "FA3Icg7kSZ67f8PGUrnFgg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "77cd1f4762447c7d5543daf3d9e35ca135f32117",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067107/issues/?format=api"
        }
    ]
}