Handles creating, reading and updating organisations.

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

{
    "id": 59,
    "name": "LBBE",
    "description": "Biometry and Evolutionary Biology Laboratory",
    "homepage": "https://lbbe.univ-lyon1.fr/?lang=en",
    "orgid": "grid.462854.9",
    "fields": [],
    "city": "Villeurbanne",
    "logo_url": null
}