Manages diffs in a revision (allow creation)

GET /v1/revision/394944/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": 943454,
            "phid": "PHID-DIFF-47q6ogkfizlw5hanfi43",
            "review_task_id": "S4yGUQ3kRa6VNWNRp4ztIQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5ef8501c8eb56a9723a81f89eaed49aa022fffae",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943454/issues/?format=api"
        },
        {
            "id": 943727,
            "phid": "PHID-DIFF-pljwxgchwtsxzsntnogz",
            "review_task_id": "XvFoeP5kRCSm70dJQ3ltww",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "992afb99d8749f43dbaebbfeb98c8200626a61c4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943727/issues/?format=api"
        },
        {
            "id": 944252,
            "phid": "PHID-DIFF-pmzhdhx5wrbuqdome55e",
            "review_task_id": "Xeh0V_WfR5KJJh_D_BuxiQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82b7261d693b0d837e4ada39037db219dd8f1ae3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/944252/issues/?format=api"
        }
    ]
}