Handles creating, reading and updating organisations.

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

{
    "id": 95,
    "name": "IBISA",
    "description": "Infrastructures en Biologie, Santé et Agronomie",
    "homepage": "https://www.ibisa.net/",
    "orgid": null,
    "fields": [
        "Biologie",
        "Biomédical",
        "Agro-alimentaire",
        "Environnement"
    ],
    "city": "",
    "logo_url": null
}