Manages diffs in a revision (allow creation)

GET /v1/revision/412754/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": 957028,
            "phid": "PHID-DIFF-fqgsmh3mzofvr4ir2qwh",
            "review_task_id": "Ei04qWfwRTimdNN5YDxhBQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ad795939b3aaf958cba72bf5a257a87d7eba2ab0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957028/issues/?format=api"
        },
        {
            "id": 957745,
            "phid": "PHID-DIFF-54sp77sjft7hvrke57cc",
            "review_task_id": "CnQ4UNHaQC-nzyzFZUkkDw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a9febd33c09d7bda4ecb0262ab61428f0fba1187",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957745/issues/?format=api"
        }
    ]
}