responses = {
    '{"name": "New name"}': {
        "slug": "my-repo1-slug",
        "id": 1,
        "name": "New name",
        "description": "My repo 1 description",
        "hierarchyId": "e3c939f9ef4a7fae272e",
        "scmId": "git",
        "state": "AVAILABLE",
        "statusMessage": "Available",
        "forkable": true,
        "project": {
            "key": "PRJ",
            "id": 1,
            "name": "My Cool Project",
            "description": "The description for my cool project.",
            "public": true,
            "type": "NORMAL",
            "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
        },
        "public": true,
        "links": {
            "clone": [
                {"href": "ssh://git@<baseURL>/PRJ/my-repo1.git", "name": "ssh"},
                {"href": "https://<baseURL>/scm/PRJ/my-repo1.git", "name": "http"},
            ],
            "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1"}],
        },
    },
    '{"description": "New description."}': {
        "slug": "my-repo1-slug",
        "id": 1,
        "name": "My repo 1",
        "description": "New description.",
        "hierarchyId": "e3c939f9ef4a7fae272e",
        "scmId": "git",
        "state": "AVAILABLE",
        "statusMessage": "Available",
        "forkable": true,
        "project": {
            "key": "PRJ",
            "id": 1,
            "name": "My Cool Project",
            "description": "The description for my cool project.",
            "public": true,
            "type": "NORMAL",
            "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
        },
        "public": true,
        "links": {
            "clone": [
                {"href": "ssh://git@<baseURL>/PRJ/my-repo1.git", "name": "ssh"},
                {"href": "https://<baseURL>/scm/PRJ/my-repo1.git", "name": "http"},
            ],
            "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1"}],
        },
    },
    '{"public": false}': {
        "slug": "my-repo1-slug",
        "id": 1,
        "name": "My repo 1",
        "description": "My repo 1 description",
        "hierarchyId": "e3c939f9ef4a7fae272e",
        "scmId": "git",
        "state": "AVAILABLE",
        "statusMessage": "Available",
        "forkable": true,
        "project": {
            "key": "PRJ",
            "id": 1,
            "name": "My Cool Project",
            "description": "The description for my cool project.",
            "public": true,
            "type": "NORMAL",
            "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
        },
        "public": false,
        "links": {
            "clone": [
                {"href": "ssh://git@<baseURL>/PRJ/my-repo1.git", "name": "ssh"},
                {"href": "https://<baseURL>/scm/PRJ/my-repo1.git", "name": "http"},
            ],
            "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1"}],
        },
    },
    '{"forkable": false}': {
        "slug": "my-repo1-slug",
        "id": 1,
        "name": "My repo 1",
        "description": "My repo 1 description",
        "hierarchyId": "e3c939f9ef4a7fae272e",
        "scmId": "git",
        "state": "AVAILABLE",
        "statusMessage": "Available",
        "forkable": false,
        "project": {
            "key": "PRJ",
            "id": 1,
            "name": "My Cool Project",
            "description": "The description for my cool project.",
            "public": true,
            "type": "NORMAL",
            "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
        },
        "public": true,
        "links": {
            "clone": [
                {"href": "ssh://git@<baseURL>/PRJ/my-repo1.git", "name": "ssh"},
                {"href": "https://<baseURL>/scm/PRJ/my-repo1.git", "name": "http"},
            ],
            "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1"}],
        },
    },
}
