Manages diffs in a revision (allow creation)

GET /v1/revision/490274/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": 1077565,
            "phid": "PHID-DIFF-efpevv72bxwtl6w7j3di",
            "review_task_id": "awrHjzitTqyU9FrMTVY8sA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "00c853b91828d2fa6476f3ed8e6e356282d0d97f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077565/issues/?format=api"
        },
        {
            "id": 1077640,
            "phid": "PHID-DIFF-osdwve2q3chywgz2gfsy",
            "review_task_id": "U-9MBsiWQX61tb_4zfd-ZQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "adedb00196e2f43002c134e01b0a7f59304b98af",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077640/issues/?format=api"
        },
        {
            "id": 1080763,
            "phid": "PHID-DIFF-gib36ja7hobgthhjhzie",
            "review_task_id": "X3xMzhHnR7KgohtJRg6eQw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c768c984be142af4683f66cba03f79a02bb2255e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080763/issues/?format=api"
        }
    ]
}