Handles creating, reading and updating organisations.

GET /api/organisation/I2BC/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 64,
    "name": "I2BC",
    "description": "Institute of Integrative Biology of the Cell",
    "homepage": "http://www.i2bc.paris-saclay.fr/?lang=en",
    "orgid": "grid.462411.4",
    "fields": [],
    "city": "Gif-sur-Yvette",
    "logo_url": null
}