Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1027431,
            "phid": "PHID-DIFF-bigu6jqylhvkyqztqhwl",
            "review_task_id": "EoM9O3-hQRSBiV4DQu6xeg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a8dae6faedb5feb85f39721ae10182fab2a853f1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1027431/issues/?format=api"
        },
        {
            "id": 1029544,
            "phid": "PHID-DIFF-hxz4zdlysnh5fhths5ax",
            "review_task_id": "Yy4N6yj3RO2uvJoBtS2qFA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d03e61b0d06afdcdf0e18c530e982f90acda1b58",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029544/issues/?format=api"
        }
    ]
}