User:Kuno/MBS-211

From MusicBrainz Wiki
< User:Kuno
Revision as of 22:08, 15 December 2011 by Kuno (talk | contribs) (New page: Initial request to http://localhost:3000/ws/2/label/b4edce40-090f-4956-b82a-5d9d285da40b <pre> { "country": "GB", "sort_name": "Planet Mu", "name": "Planet Mu", "lifesp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Initial request to http://localhost:3000/ws/2/label/b4edce40-090f-4956-b82a-5d9d285da40b

{
    "country": "GB", 
    "sort_name": "Planet Mu", 
    "name": "Planet Mu", 
    "lifespan": {
        "begin": {
            "year": "2011", 
            "day": null, 
            "month": null
        }
    }, 
    "id": "b4edce40-090f-4956-b82a-5d9d285da40b"
}

Change some stuff:

{
    "country": "GB", 
    "sort_name": "Planet Mu", 
    "name": "Planet Mu", 
    "lifespan": {
        "begin": {
            "year": "1995",
            "month": "02",
            "day": "30"
        },
        "end": {
            "year": "19xx",
            "month": null,
            "day": null
        }
    }, 
    "id": "b4edce40-090f-4956-b82a-5d9d285da40b"
}